Html Css Color HEX #9B026C Eggplant

📋 copy color: '#9B026C'

red 155 ◦ green 2 ◦ blue 108

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

Shades of Eggplant #9B026C

Tints of Eggplant #9B026C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.75%

 BLUE value IS 108 (42.58% from 255) = 40.75%

R = 58.49%
G = 0.75%
B = 40.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9B026C (or 0x9B026C) is known color: Eggplant. HEX triplet: 9B, 02 and 6C. RGB value is (155,2,108). Sum of RGB (Red+Green+Blue) = 155+2+108=265 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.49% from 265); Green value is 2 (1.17% from 255 or 0.75% from 265); Blue value is 108 (42.58% from 255 or 40.75% from 265); Max value from RGB is 155 - color contains mainly: red. Hex color #9B026C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B026C is #64FD93. Grayscale: #3B3B3B. Windows color (decimal): -6618516 or 7078555. OLE color: 7078555.

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

Color convert

RGB 155 2 108 -
CMYK 0 0.99 0.30 0.39
HSL 318.43º 0.97% 0.31% -
HSV(B) 318.43º 0.99% 0.61% -
XYZ 16.25 8.09 14.89 -
YUV 59.83 155.19 195.88 -
System Red Green Blue C M Y K H S L
Decimal 155 2 108 0 0.99 0.30 0.39 318.43 0.97 0.31
Hex 9B 2 6C 0 63 1E 27 13E 61 1F
Octal 233 2 154 0 143 36 47 476 141 37
Binary 10011011 10 1101100 0 1100011 11110 100111 100111110 1100001 11111

Color Harmonies of #9B026C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B026C

Black with #9B026C

Text Example


Text Example

White with #9B026C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,2,108); }

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

background-color css

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

 a { background-color: rgb(155,2,108); }

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

border-color css

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

 span { border-color: rgb(155,2,108); }

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