Html Css Color HEX #95005B Eggplant

📋 copy color: '#95005B'

red 149 ◦ green 0 ◦ blue 91

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

Shades of Eggplant #95005B

Tints of Eggplant #95005B

RGB

 RED value IS 149 (58.59% from 255) = 62.08%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 91 (35.94% from 255) = 37.92%

R = 62.08%
G = 0%
B = 37.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#95005B (or 0x95005B) is known color: Eggplant. HEX triplet: 95, 00 and 5B. RGB value is (149,0,91). Sum of RGB (Red+Green+Blue) = 149+0+91=240 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.08% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 91 (35.94% from 255 or 37.92% from 240); Max value from RGB is 149 - color contains mainly: red. Hex color #95005B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95005B is #6AFFA4. Grayscale: #363636. Windows color (decimal): -7012261 or 5963925. OLE color: 5963925.

HSL color Cylindrical-coordinate representation of color #95005B: hue angle of 323.36º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #95005B is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 0 91 -
CMYK 0 1 0.39 0.42
HSL 323.36º 1% 0.29% -
HSV(B) 323.36º 1% 0.58% -
XYZ 14.28 7.14 10.52 -
YUV 54.93 148.36 195.1 -
System Red Green Blue C M Y K H S L
Decimal 149 0 91 0 1 0.39 0.42 323.36 1 0.29
Hex 95 0 5B 0 64 27 2A 143 64 1D
Octal 225 0 133 0 144 47 52 503 144 35
Binary 10010101 0 1011011 0 1100100 100111 101010 101000011 1100100 11101

Color Harmonies of #95005B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95005B

Black with #95005B

Text Example


Text Example

White with #95005B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95005B; }

 p { color: rgb(149,0,91); }

 H1.HeaderClassName
 {
   color: #95005B;
 }
 .AnyTagClassName
 {
   color: #95005B;
 }
</style>

background-color css

<style>
 a { background-color: #95005B; }

 a { background-color: rgb(149,0,91); }

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

border-color css

<style>
 span { border-color: #95005B; }

 span { border-color: rgb(149,0,91); }

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