Html Css Color HEX #9B0C74 Eggplant

📋 copy color: '#9B0C74'

red 155 ◦ green 12 ◦ blue 116

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

Shades of Eggplant #9B0C74

Tints of Eggplant #9B0C74

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.24%

 BLUE value IS 116 (45.7% from 255) = 40.99%

R = 54.77%
G = 4.24%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#9B0C74 (or 0x9B0C74) is known color: Eggplant. HEX triplet: 9B, 0C and 74. RGB value is (155,12,116). Sum of RGB (Red+Green+Blue) = 155+12+116=283 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.77% from 283); Green value is 12 (5.08% from 255 or 4.24% from 283); Blue value is 116 (45.70% from 255 or 40.99% from 283); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0C74 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0C74 is #64F38B. Grayscale: #424242. Windows color (decimal): -6615948 or 7605403. OLE color: 7605403.

HSL color Cylindrical-coordinate representation of color #9B0C74: hue angle of 316.36º degrees, saturation: 0.86, 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 #9B0C74 is Cyan = 0, Magento = 0.92, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 12 116 -
CMYK 0 0.92 0.25 0.39
HSL 316.36º 0.86% 0.33% -
HSV(B) 316.36º 0.92% 0.61% -
XYZ 16.8 8.49 17.28 -
YUV 66.61 155.88 191.04 -
System Red Green Blue C M Y K H S L
Decimal 155 12 116 0 0.92 0.25 0.39 316.36 0.86 0.33
Hex 9B C 74 0 5C 19 27 13C 56 21
Octal 233 14 164 0 134 31 47 474 126 41
Binary 10011011 1100 1110100 0 1011100 11001 100111 100111100 1010110 100001

Color Harmonies of #9B0C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0C74

Black with #9B0C74

Text Example


Text Example

White with #9B0C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,12,116); }

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

background-color css

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

 a { background-color: rgb(155,12,116); }

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

border-color css

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

 span { border-color: rgb(155,12,116); }

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