Html Css Color HEX #96015F Eggplant

📋 copy color: '#96015F'

red 150 ◦ green 1 ◦ blue 95

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

Shades of Eggplant #96015F

Tints of Eggplant #96015F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

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

R = 60.98%
G = 0.41%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#96015F (or 0x96015F) is known color: Eggplant. HEX triplet: 96, 01 and 5F. RGB value is (150,1,95). Sum of RGB (Red+Green+Blue) = 150+1+95=246 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.98% from 246); Green value is 1 (0.78% from 255 or 0.41% from 246); Blue value is 95 (37.5% from 255 or 38.62% from 246); Max value from RGB is 150 - color contains mainly: red. Hex color #96015F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96015F is #69FEA0. Grayscale: #383838. Windows color (decimal): -6946465 or 6226326. OLE color: 6226326.

HSL color Cylindrical-coordinate representation of color #96015F: hue angle of 322.15º degrees, saturation: 0.99, 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 #96015F is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 1 95 -
CMYK 0 0.99 0.37 0.41
HSL 322.15º 0.99% 0.3% -
HSV(B) 322.15º 0.99% 0.59% -
XYZ 14.65 7.33 11.47 -
YUV 56.27 149.86 194.86 -
System Red Green Blue C M Y K H S L
Decimal 150 1 95 0 0.99 0.37 0.41 322.15 0.99 0.3
Hex 96 1 5F 0 63 25 29 142 63 1E
Octal 226 1 137 0 143 45 51 502 143 36
Binary 10010110 1 1011111 0 1100011 100101 101001 101000010 1100011 11110

Color Harmonies of #96015F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96015F

Black with #96015F

Text Example


Text Example

White with #96015F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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