Html Css Color HEX #99068A Dark Magenta

📋 copy color: '#99068A'

red 153 ◦ green 6 ◦ blue 138

#99068A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #99068A

Tints of Dark Magenta #99068A

RGB

 RED value IS 153 (60.16% from 255) = 51.52%

 GREEN value IS 6 (2.73% from 255) = 2.02%

 BLUE value IS 138 (54.3% from 255) = 46.46%

R = 51.52%
G = 2.02%
B = 46.46%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.10

 K value IS 0.4

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#99068A (or 0x99068A) is known color: Dark Magenta. HEX triplet: 99, 06 and 8A. RGB value is (153,6,138). Sum of RGB (Red+Green+Blue) = 153+6+138=297 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.52% from 297); Green value is 6 (2.73% from 255 or 2.02% from 297); Blue value is 138 (54.30% from 255 or 46.46% from 297); Max value from RGB is 153 - color contains mainly: red. Hex color #99068A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99068A is #66F975. Grayscale: #404040. Windows color (decimal): -6748534 or 9045657. OLE color: 9045657.

HSL color Cylindrical-coordinate representation of color #99068A: hue angle of 306.12º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #99068A is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 6 138 -
CMYK 0 0.96 0.10 0.4
HSL 306.12º 0.92% 0.31% -
HSV(B) 306.12º 0.96% 0.6% -
XYZ 17.79 8.74 24.79 -
YUV 65 169.2 190.77 -
System Red Green Blue C M Y K H S L
Decimal 153 6 138 0 0.96 0.10 0.4 306.12 0.92 0.31
Hex 99 6 8A 0 60 A 28 132 5C 1F
Octal 231 6 212 0 140 12 50 462 134 37
Binary 10011001 110 10001010 0 1100000 1010 101000 100110010 1011100 11111

Color Harmonies of #99068A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99068A

Black with #99068A

Text Example


Text Example

White with #99068A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99068A; }

 p { color: rgb(153,6,138); }

 H1.HeaderClassName
 {
   color: #99068A;
 }
 .AnyTagClassName
 {
   color: #99068A;
 }
</style>

background-color css

<style>
 a { background-color: #99068A; }

 a { background-color: rgb(153,6,138); }

 div.DivClassName
 {
   background-color: #99068A;
 }
 .BgClassName
 {
   background-color: #99068A;
 }
</style>

border-color css

<style>
 span { border-color: #99068A; }

 span { border-color: rgb(153,6,138); }

 td.TdClassName
 {
   border-color: #99068A;
 }
 .TagClassName
 {
   border-color: #99068A;
 }
</style>