Html Css Color HEX #99068F Dark Magenta

📋 copy color: '#99068F'

red 153 ◦ green 6 ◦ blue 143

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

Shades of Dark Magenta #99068F

Tints of Dark Magenta #99068F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 47.35%

R = 50.66%
G = 1.99%
B = 47.35%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.07

 K value IS 0.4

RGB Variations

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

Color information

#99068F (or 0x99068F) is known color: Dark Magenta. HEX triplet: 99, 06 and 8F. RGB value is (153,6,143). Sum of RGB (Red+Green+Blue) = 153+6+143=302 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.66% from 302); Green value is 6 (2.73% from 255 or 1.99% from 302); Blue value is 143 (56.25% from 255 or 47.35% from 302); Max value from RGB is 153 - color contains mainly: red. Hex color #99068F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99068F is #66F970. Grayscale: #414141. Windows color (decimal): -6748529 or 9373337. OLE color: 9373337.

HSL color Cylindrical-coordinate representation of color #99068F: hue angle of 304.08º 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 #99068F is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 6 143 -
CMYK 0 0.96 0.07 0.4
HSL 304.08º 0.92% 0.31% -
HSV(B) 304.08º 0.96% 0.6% -
XYZ 18.16 8.89 26.74 -
YUV 65.57 171.7 190.36 -
System Red Green Blue C M Y K H S L
Decimal 153 6 143 0 0.96 0.07 0.4 304.08 0.92 0.31
Hex 99 6 8F 0 60 7 28 130 5C 1F
Octal 231 6 217 0 140 7 50 460 134 37
Binary 10011001 110 10001111 0 1100000 111 101000 100110000 1011100 11111

Color Harmonies of #99068F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99068F

Black with #99068F

Text Example


Text Example

White with #99068F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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