Html Css Color HEX #96037B Eggplant

📋 copy color: '#96037B'

red 150 ◦ green 3 ◦ blue 123

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

Shades of Eggplant #96037B

Tints of Eggplant #96037B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.09%

 BLUE value IS 123 (48.44% from 255) = 44.57%

R = 54.35%
G = 1.09%
B = 44.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#96037B (or 0x96037B) is known color: Eggplant. HEX triplet: 96, 03 and 7B. RGB value is (150,3,123). Sum of RGB (Red+Green+Blue) = 150+3+123=276 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.35% from 276); Green value is 3 (1.56% from 255 or 1.09% from 276); Blue value is 123 (48.44% from 255 or 44.57% from 276); Max value from RGB is 150 - color contains mainly: red. Hex color #96037B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96037B is #69FC84. Grayscale: #3C3C3C. Windows color (decimal): -6945925 or 8061846. OLE color: 8061846.

HSL color Cylindrical-coordinate representation of color #96037B: hue angle of 311.02º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #96037B is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 3 123 -
CMYK 0 0.98 0.18 0.41
HSL 311.02º 0.96% 0.3% -
HSV(B) 311.02º 0.98% 0.59% -
XYZ 16.19 7.98 19.43 -
YUV 60.63 163.2 191.74 -
System Red Green Blue C M Y K H S L
Decimal 150 3 123 0 0.98 0.18 0.41 311.02 0.96 0.3
Hex 96 3 7B 0 62 12 29 137 60 1E
Octal 226 3 173 0 142 22 51 467 140 36
Binary 10010110 11 1111011 0 1100010 10010 101001 100110111 1100000 11110

Color Harmonies of #96037B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96037B

Black with #96037B

Text Example


Text Example

White with #96037B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96037B; }

 p { color: rgb(150,3,123); }

 H1.HeaderClassName
 {
   color: #96037B;
 }
 .AnyTagClassName
 {
   color: #96037B;
 }
</style>

background-color css

<style>
 a { background-color: #96037B; }

 a { background-color: rgb(150,3,123); }

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

border-color css

<style>
 span { border-color: #96037B; }

 span { border-color: rgb(150,3,123); }

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