Html Css Color HEX #9B0D68 Eggplant

📋 copy color: '#9B0D68'

red 155 ◦ green 13 ◦ blue 104

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

Shades of Eggplant #9B0D68

Tints of Eggplant #9B0D68

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.78%

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

R = 56.99%
G = 4.78%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.33

 K value IS 0.39

RGB Variations

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

Color information

#9B0D68 (or 0x9B0D68) is known color: Eggplant. HEX triplet: 9B, 0D and 68. RGB value is (155,13,104). Sum of RGB (Red+Green+Blue) = 155+13+104=272 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.99% from 272); Green value is 13 (5.47% from 255 or 4.78% from 272); Blue value is 104 (41.02% from 255 or 38.24% from 272); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0D68 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0D68 is #64F297. Grayscale: #414141. Windows color (decimal): -6615704 or 6819227. OLE color: 6819227.

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

Color convert

RGB 155 13 104 -
CMYK 0 0.92 0.33 0.39
HSL 321.55º 0.85% 0.33% -
HSV(B) 321.55º 0.92% 0.61% -
XYZ 16.16 8.26 13.84 -
YUV 65.83 149.54 191.6 -
System Red Green Blue C M Y K H S L
Decimal 155 13 104 0 0.92 0.33 0.39 321.55 0.85 0.33
Hex 9B D 68 0 5C 21 27 142 55 21
Octal 233 15 150 0 134 41 47 502 125 41
Binary 10011011 1101 1101000 0 1011100 100001 100111 101000010 1010101 100001

Color Harmonies of #9B0D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0D68

Black with #9B0D68

Text Example


Text Example

White with #9B0D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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