Html Css Color HEX #96027B Eggplant

📋 copy color: '#96027B'

red 150 ◦ green 2 ◦ blue 123

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

Shades of Eggplant #96027B

Tints of Eggplant #96027B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.73%

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

R = 54.55%
G = 0.73%
B = 44.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#96027B (or 0x96027B) is known color: Eggplant. HEX triplet: 96, 02 and 7B. RGB value is (150,2,123). Sum of RGB (Red+Green+Blue) = 150+2+123=275 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.55% from 275); Green value is 2 (1.17% from 255 or 0.73% from 275); Blue value is 123 (48.44% from 255 or 44.73% from 275); Max value from RGB is 150 - color contains mainly: red. Hex color #96027B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96027B is #69FD84. Grayscale: #3B3B3B. Windows color (decimal): -6946181 or 8061590. OLE color: 8061590.

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

Color convert

RGB 150 2 123 -
CMYK 0 0.99 0.18 0.41
HSL 310.95º 0.97% 0.3% -
HSV(B) 310.95º 0.99% 0.59% -
XYZ 16.17 7.96 19.42 -
YUV 60.05 163.53 192.16 -
System Red Green Blue C M Y K H S L
Decimal 150 2 123 0 0.99 0.18 0.41 310.95 0.97 0.3
Hex 96 2 7B 0 63 12 29 137 61 1E
Octal 226 2 173 0 143 22 51 467 141 36
Binary 10010110 10 1111011 0 1100011 10010 101001 100110111 1100001 11110

Color Harmonies of #96027B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96027B

Black with #96027B

Text Example


Text Example

White with #96027B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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