Html Css Color HEX #96015C Eggplant

📋 copy color: '#96015C'

red 150 ◦ green 1 ◦ blue 92

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

Shades of Eggplant #96015C

Tints of Eggplant #96015C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 37.86%

R = 61.73%
G = 0.41%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#96015C (or 0x96015C) is known color: Eggplant. HEX triplet: 96, 01 and 5C. RGB value is (150,1,92). Sum of RGB (Red+Green+Blue) = 150+1+92=243 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.73% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 92 (36.33% from 255 or 37.86% from 243); Max value from RGB is 150 - color contains mainly: red. Hex color #96015C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96015C is #69FEA3. Grayscale: #373737. Windows color (decimal): -6946468 or 6029718. OLE color: 6029718.

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

Color convert

RGB 150 1 92 -
CMYK 0 0.99 0.39 0.41
HSL 323.36º 0.99% 0.3% -
HSV(B) 323.36º 0.99% 0.59% -
XYZ 14.52 7.28 10.76 -
YUV 55.93 148.36 195.1 -
System Red Green Blue C M Y K H S L
Decimal 150 1 92 0 0.99 0.39 0.41 323.36 0.99 0.3
Hex 96 1 5C 0 63 27 29 143 63 1E
Octal 226 1 134 0 143 47 51 503 143 36
Binary 10010110 1 1011100 0 1100011 100111 101001 101000011 1100011 11110

Color Harmonies of #96015C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96015C

Black with #96015C

Text Example


Text Example

White with #96015C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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