Html Css Color HEX #9B0362 Eggplant

📋 copy color: '#9B0362'

red 155 ◦ green 3 ◦ blue 98

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

Shades of Eggplant #9B0362

Tints of Eggplant #9B0362

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.17%

 BLUE value IS 98 (38.67% from 255) = 38.28%

R = 60.55%
G = 1.17%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.39

RGB Variations

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

Color information

#9B0362 (or 0x9B0362) is known color: Eggplant. HEX triplet: 9B, 03 and 62. RGB value is (155,3,98). Sum of RGB (Red+Green+Blue) = 155+3+98=256 (33% of max value = 765). Red value is 155 (60.94% from 255 or 60.55% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 98 (38.67% from 255 or 38.28% from 256); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0362 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0362 is #64FC9D. Grayscale: #3B3B3B. Windows color (decimal): -6618270 or 6423451. OLE color: 6423451.

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

Color convert

RGB 155 3 98 -
CMYK 0 0.98 0.37 0.39
HSL 322.5º 0.96% 0.31% -
HSV(B) 322.5º 0.98% 0.61% -
XYZ 15.75 7.92 12.25 -
YUV 59.28 149.86 196.28 -
System Red Green Blue C M Y K H S L
Decimal 155 3 98 0 0.98 0.37 0.39 322.5 0.96 0.31
Hex 9B 3 62 0 62 25 27 142 60 1F
Octal 233 3 142 0 142 45 47 502 140 37
Binary 10011011 11 1100010 0 1100010 100101 100111 101000010 1100000 11111

Color Harmonies of #9B0362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0362

Black with #9B0362

Text Example


Text Example

White with #9B0362

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,3,98); }

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

background-color css

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

 a { background-color: rgb(155,3,98); }

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

border-color css

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

 span { border-color: rgb(155,3,98); }

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