Html Css Color HEX #9B0068 Eggplant

📋 copy color: '#9B0068'

red 155 ◦ green 0 ◦ blue 104

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

Shades of Eggplant #9B0068

Tints of Eggplant #9B0068

RGB

 RED value IS 155 (60.94% from 255) = 59.85%

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

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

R = 59.85%
G = 0%
B = 40.15%

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

#9B0068 (or 0x9B0068) is known color: Eggplant. HEX triplet: 9B, 00 and 68. RGB value is (155,0,104). Sum of RGB (Red+Green+Blue) = 155+0+104=259 (34% of max value = 765). Red value is 155 (60.94% from 255 or 59.85% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 104 (41.02% from 255 or 40.15% from 259); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0068 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0068 is #64FF97. Grayscale: #393939. Windows color (decimal): -6619032 or 6815899. OLE color: 6815899.

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

Color convert

RGB 155 0 104 -
CMYK 0 1 0.33 0.39
HSL 319.74º 1% 0.3% -
HSV(B) 319.74º 1% 0.61% -
XYZ 16.02 7.97 13.79 -
YUV 58.2 153.85 197.04 -
System Red Green Blue C M Y K H S L
Decimal 155 0 104 0 1 0.33 0.39 319.74 1 0.3
Hex 9B 0 68 0 64 21 27 140 64 1E
Octal 233 0 150 0 144 41 47 500 144 36
Binary 10011011 0 1101000 0 1100100 100001 100111 101000000 1100100 11110

Color Harmonies of #9B0068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0068

Black with #9B0068

Text Example


Text Example

White with #9B0068

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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