Html Css Color HEX #96065F Eggplant

📋 copy color: '#96065F'

red 150 ◦ green 6 ◦ blue 95

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

Shades of Eggplant #96065F

Tints of Eggplant #96065F

RGB

 RED value IS 150 (58.98% from 255) = 59.76%

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

 BLUE value IS 95 (37.5% from 255) = 37.85%

R = 59.76%
G = 2.39%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#96065F (or 0x96065F) is known color: Eggplant. HEX triplet: 96, 06 and 5F. RGB value is (150,6,95). Sum of RGB (Red+Green+Blue) = 150+6+95=251 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.76% from 251); Green value is 6 (2.73% from 255 or 2.39% from 251); Blue value is 95 (37.5% from 255 or 37.85% from 251); Max value from RGB is 150 - color contains mainly: red. Hex color #96065F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96065F is #69F9A0. Grayscale: #3A3A3A. Windows color (decimal): -6945185 or 6227606. OLE color: 6227606.

HSL color Cylindrical-coordinate representation of color #96065F: hue angle of 322.92º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #96065F is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 6 95 -
CMYK 0 0.96 0.37 0.41
HSL 322.92º 0.92% 0.31% -
HSV(B) 322.92º 0.96% 0.59% -
XYZ 14.71 7.44 11.49 -
YUV 59.2 148.21 192.76 -
System Red Green Blue C M Y K H S L
Decimal 150 6 95 0 0.96 0.37 0.41 322.92 0.92 0.31
Hex 96 6 5F 0 60 25 29 143 5C 1F
Octal 226 6 137 0 140 45 51 503 134 37
Binary 10010110 110 1011111 0 1100000 100101 101001 101000011 1011100 11111

Color Harmonies of #96065F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96065F

Black with #96065F

Text Example


Text Example

White with #96065F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,6,95); }

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

background-color css

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

 a { background-color: rgb(150,6,95); }

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

border-color css

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

 span { border-color: rgb(150,6,95); }

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