Html Css Color HEX #95015F Eggplant

📋 copy color: '#95015F'

red 149 ◦ green 1 ◦ blue 95

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

Shades of Eggplant #95015F

Tints of Eggplant #95015F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 38.78%

R = 60.82%
G = 0.41%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#95015F (or 0x95015F) is known color: Eggplant. HEX triplet: 95, 01 and 5F. RGB value is (149,1,95). Sum of RGB (Red+Green+Blue) = 149+1+95=245 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.82% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 95 (37.5% from 255 or 38.78% from 245); Max value from RGB is 149 - color contains mainly: red. Hex color #95015F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95015F is #6AFEA0. Grayscale: #373737. Windows color (decimal): -7012001 or 6226325. OLE color: 6226325.

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

Color convert

RGB 149 1 95 -
CMYK 0 0.99 0.36 0.42
HSL 321.89º 0.99% 0.29% -
HSV(B) 321.89º 0.99% 0.58% -
XYZ 14.47 7.24 11.46 -
YUV 55.97 150.03 194.36 -
System Red Green Blue C M Y K H S L
Decimal 149 1 95 0 0.99 0.36 0.42 321.89 0.99 0.29
Hex 95 1 5F 0 63 24 2A 142 63 1D
Octal 225 1 137 0 143 44 52 502 143 35
Binary 10010101 1 1011111 0 1100011 100100 101010 101000010 1100011 11101

Color Harmonies of #95015F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95015F

Black with #95015F

Text Example


Text Example

White with #95015F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95015F; }

 p { color: rgb(149,1,95); }

 H1.HeaderClassName
 {
   color: #95015F;
 }
 .AnyTagClassName
 {
   color: #95015F;
 }
</style>

background-color css

<style>
 a { background-color: #95015F; }

 a { background-color: rgb(149,1,95); }

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

border-color css

<style>
 span { border-color: #95015F; }

 span { border-color: rgb(149,1,95); }

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