Html Css Color HEX #95085F Eggplant

📋 copy color: '#95085F'

red 149 ◦ green 8 ◦ blue 95

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

Shades of Eggplant #95085F

Tints of Eggplant #95085F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.17%

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

R = 59.13%
G = 3.17%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#95085F (or 0x95085F) is known color: Eggplant. HEX triplet: 95, 08 and 5F. RGB value is (149,8,95). Sum of RGB (Red+Green+Blue) = 149+8+95=252 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.13% from 252); Green value is 8 (3.52% from 255 or 3.17% from 252); Blue value is 95 (37.5% from 255 or 37.70% from 252); Max value from RGB is 149 - color contains mainly: red. Hex color #95085F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95085F is #6AF7A0. Grayscale: #3B3B3B. Windows color (decimal): -7010209 or 6228117. OLE color: 6228117.

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

Color convert

RGB 149 8 95 -
CMYK 0 0.95 0.36 0.42
HSL 322.98º 0.9% 0.31% -
HSV(B) 322.98º 0.95% 0.58% -
XYZ 14.55 7.39 11.49 -
YUV 60.08 147.71 191.43 -
System Red Green Blue C M Y K H S L
Decimal 149 8 95 0 0.95 0.36 0.42 322.98 0.9 0.31
Hex 95 8 5F 0 5F 24 2A 143 5A 1F
Octal 225 10 137 0 137 44 52 503 132 37
Binary 10010101 1000 1011111 0 1011111 100100 101010 101000011 1011010 11111

Color Harmonies of #95085F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95085F

Black with #95085F

Text Example


Text Example

White with #95085F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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