Html Css Color HEX #9B0375 Eggplant

📋 copy color: '#9B0375'

red 155 ◦ green 3 ◦ blue 117

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

Shades of Eggplant #9B0375

Tints of Eggplant #9B0375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 42.55%

R = 56.36%
G = 1.09%
B = 42.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#9B0375 (or 0x9B0375) is known color: Eggplant. HEX triplet: 9B, 03 and 75. RGB value is (155,3,117). Sum of RGB (Red+Green+Blue) = 155+3+117=275 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.36% from 275); Green value is 3 (1.56% from 255 or 1.09% from 275); Blue value is 117 (46.09% from 255 or 42.55% from 275); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0375 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0375 is #64FC8A. Grayscale: #3D3D3D. Windows color (decimal): -6618251 or 7668635. OLE color: 7668635.

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

Color convert

RGB 155 3 117 -
CMYK 0 0.98 0.25 0.39
HSL 315º 0.96% 0.31% -
HSV(B) 315º 0.98% 0.61% -
XYZ 16.76 8.32 17.55 -
YUV 61.44 159.36 194.73 -
System Red Green Blue C M Y K H S L
Decimal 155 3 117 0 0.98 0.25 0.39 315 0.96 0.31
Hex 9B 3 75 0 62 19 27 13B 60 1F
Octal 233 3 165 0 142 31 47 473 140 37
Binary 10011011 11 1110101 0 1100010 11001 100111 100111011 1100000 11111

Color Harmonies of #9B0375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0375

Black with #9B0375

Text Example


Text Example

White with #9B0375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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