Html Css Color HEX #9B0F69 Eggplant

📋 copy color: '#9B0F69'

red 155 ◦ green 15 ◦ blue 105

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

Shades of Eggplant #9B0F69

Tints of Eggplant #9B0F69

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.45%

 BLUE value IS 105 (41.41% from 255) = 38.18%

R = 56.36%
G = 5.45%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#9B0F69 (or 0x9B0F69) is known color: Eggplant. HEX triplet: 9B, 0F and 69. RGB value is (155,15,105). Sum of RGB (Red+Green+Blue) = 155+15+105=275 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.36% from 275); Green value is 15 (6.25% from 255 or 5.45% from 275); Blue value is 105 (41.41% from 255 or 38.18% from 275); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0F69 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0F69 is #64F096. Grayscale: #424242. Windows color (decimal): -6615191 or 6885275. OLE color: 6885275.

HSL color Cylindrical-coordinate representation of color #9B0F69: hue angle of 321.43º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B0F69 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 15 105 -
CMYK 0 0.90 0.32 0.39
HSL 321.43º 0.82% 0.33% -
HSV(B) 321.43º 0.9% 0.61% -
XYZ 16.24 8.33 14.12 -
YUV 67.12 149.38 190.68 -
System Red Green Blue C M Y K H S L
Decimal 155 15 105 0 0.90 0.32 0.39 321.43 0.82 0.33
Hex 9B F 69 0 5A 20 27 141 52 21
Octal 233 17 151 0 132 40 47 501 122 41
Binary 10011011 1111 1101001 0 1011010 100000 100111 101000001 1010010 100001

Color Harmonies of #9B0F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0F69

Black with #9B0F69

Text Example


Text Example

White with #9B0F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,15,105); }

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

background-color css

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

 a { background-color: rgb(155,15,105); }

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

border-color css

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

 span { border-color: rgb(155,15,105); }

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