Html Css Color HEX #9B067A Eggplant

📋 copy color: '#9B067A'

red 155 ◦ green 6 ◦ blue 122

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

Shades of Eggplant #9B067A

Tints of Eggplant #9B067A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.12%

 BLUE value IS 122 (48.05% from 255) = 43.11%

R = 54.77%
G = 2.12%
B = 43.11%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#9B067A (or 0x9B067A) is known color: Eggplant. HEX triplet: 9B, 06 and 7A. RGB value is (155,6,122). Sum of RGB (Red+Green+Blue) = 155+6+122=283 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.77% from 283); Green value is 6 (2.73% from 255 or 2.12% from 283); Blue value is 122 (48.05% from 255 or 43.11% from 283); Max value from RGB is 155 - color contains mainly: red. Hex color #9B067A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B067A is #64F985. Grayscale: #3F3F3F. Windows color (decimal): -6617478 or 7997083. OLE color: 7997083.

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

Color convert

RGB 155 6 122 -
CMYK 0 0.96 0.21 0.39
HSL 313.29º 0.93% 0.32% -
HSV(B) 313.29º 0.96% 0.61% -
XYZ 17.1 8.5 19.15 -
YUV 63.78 160.86 193.07 -
System Red Green Blue C M Y K H S L
Decimal 155 6 122 0 0.96 0.21 0.39 313.29 0.93 0.32
Hex 9B 6 7A 0 60 15 27 139 5D 20
Octal 233 6 172 0 140 25 47 471 135 40
Binary 10011011 110 1111010 0 1100000 10101 100111 100111001 1011101 100000

Color Harmonies of #9B067A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B067A

Black with #9B067A

Text Example


Text Example

White with #9B067A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,6,122); }

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

background-color css

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

 a { background-color: rgb(155,6,122); }

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

border-color css

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

 span { border-color: rgb(155,6,122); }

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