Html Css Color HEX #9B0465 Eggplant

📋 copy color: '#9B0465'

red 155 ◦ green 4 ◦ blue 101

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

Shades of Eggplant #9B0465

Tints of Eggplant #9B0465

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.54%

 BLUE value IS 101 (39.84% from 255) = 38.85%

R = 59.62%
G = 1.54%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.35

 K value IS 0.39

RGB Variations

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

Color information

#9B0465 (or 0x9B0465) is known color: Eggplant. HEX triplet: 9B, 04 and 65. RGB value is (155,4,101). Sum of RGB (Red+Green+Blue) = 155+4+101=260 (34% of max value = 765). Red value is 155 (60.94% from 255 or 59.62% from 260); Green value is 4 (1.95% from 255 or 1.54% from 260); Blue value is 101 (39.84% from 255 or 38.85% from 260); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0465 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0465 is #64FB9A. Grayscale: #3B3B3B. Windows color (decimal): -6618011 or 6620315. OLE color: 6620315.

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

Color convert

RGB 155 4 101 -
CMYK 0 0.97 0.35 0.39
HSL 321.46º 0.95% 0.31% -
HSV(B) 321.46º 0.97% 0.61% -
XYZ 15.91 7.99 13.02 -
YUV 60.21 151.03 195.61 -
System Red Green Blue C M Y K H S L
Decimal 155 4 101 0 0.97 0.35 0.39 321.46 0.95 0.31
Hex 9B 4 65 0 61 23 27 141 5F 1F
Octal 233 4 145 0 141 43 47 501 137 37
Binary 10011011 100 1100101 0 1100001 100011 100111 101000001 1011111 11111

Color Harmonies of #9B0465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0465

Black with #9B0465

Text Example


Text Example

White with #9B0465

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,4,101); }

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

background-color css

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

 a { background-color: rgb(155,4,101); }

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

border-color css

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

 span { border-color: rgb(155,4,101); }

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