Html Css Color HEX #9C0068 Eggplant

📋 copy color: '#9C0068'

red 156 ◦ green 0 ◦ blue 104

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

Shades of Eggplant #9C0068

Tints of Eggplant #9C0068

RGB

 RED value IS 156 (61.33% from 255) = 60%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 104 (41.02% from 255) = 40%

R = 60%
G = 0%
B = 40%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.33

 K value IS 0.39

RGB Variations

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

Color information

#9C0068 (or 0x9C0068) is known color: Eggplant. HEX triplet: 9C, 00 and 68. RGB value is (156,0,104). Sum of RGB (Red+Green+Blue) = 156+0+104=260 (34% of max value = 765). Red value is 156 (61.33% from 255 or 60% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 104 (41.02% from 255 or 40% from 260); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0068 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0068 is #63FF97. Grayscale: #3A3A3A. Windows color (decimal): -6553496 or 6815900. OLE color: 6815900.

HSL color Cylindrical-coordinate representation of color #9C0068: hue angle of 320º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9C0068 is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 0 104 -
CMYK 0 1 0.33 0.39
HSL 320º 1% 0.31% -
HSV(B) 320º 1% 0.61% -
XYZ 16.21 8.07 13.8 -
YUV 58.5 153.68 197.54 -
System Red Green Blue C M Y K H S L
Decimal 156 0 104 0 1 0.33 0.39 320 1 0.31
Hex 9C 0 68 0 64 21 27 140 64 1F
Octal 234 0 150 0 144 41 47 500 144 37
Binary 10011100 0 1101000 0 1100100 100001 100111 101000000 1100100 11111

Color Harmonies of #9C0068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0068

Black with #9C0068

Text Example


Text Example

White with #9C0068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C0068; }

 p { color: rgb(156,0,104); }

 H1.HeaderClassName
 {
   color: #9C0068;
 }
 .AnyTagClassName
 {
   color: #9C0068;
 }
</style>

background-color css

<style>
 a { background-color: #9C0068; }

 a { background-color: rgb(156,0,104); }

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

border-color css

<style>
 span { border-color: #9C0068; }

 span { border-color: rgb(156,0,104); }

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