Html Css Color HEX #9B015C Eggplant

📋 copy color: '#9B015C'

red 155 ◦ green 1 ◦ blue 92

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

Shades of Eggplant #9B015C

Tints of Eggplant #9B015C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

 BLUE value IS 92 (36.33% from 255) = 37.1%

R = 62.5%
G = 0.4%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.39

RGB Variations

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

Color information

#9B015C (or 0x9B015C) is known color: Eggplant. HEX triplet: 9B, 01 and 5C. RGB value is (155,1,92). Sum of RGB (Red+Green+Blue) = 155+1+92=248 (32% of max value = 765). Red value is 155 (60.94% from 255 or 62.5% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 92 (36.33% from 255 or 37.10% from 248); Max value from RGB is 155 - color contains mainly: red. Hex color #9B015C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B015C is #64FEA3. Grayscale: #393939. Windows color (decimal): -6618788 or 6029723. OLE color: 6029723.

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

Color convert

RGB 155 1 92 -
CMYK 0 0.99 0.41 0.39
HSL 324.55º 0.99% 0.31% -
HSV(B) 324.55º 0.99% 0.61% -
XYZ 15.46 7.76 10.81 -
YUV 57.42 147.52 197.6 -
System Red Green Blue C M Y K H S L
Decimal 155 1 92 0 0.99 0.41 0.39 324.55 0.99 0.31
Hex 9B 1 5C 0 63 29 27 145 63 1F
Octal 233 1 134 0 143 51 47 505 143 37
Binary 10011011 1 1011100 0 1100011 101001 100111 101000101 1100011 11111

Color Harmonies of #9B015C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B015C

Black with #9B015C

Text Example


Text Example

White with #9B015C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,1,92); }

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

background-color css

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

 a { background-color: rgb(155,1,92); }

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

border-color css

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

 span { border-color: rgb(155,1,92); }

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