Html Css Color HEX #95065E Eggplant

📋 copy color: '#95065E'

red 149 ◦ green 6 ◦ blue 94

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

Shades of Eggplant #95065E

Tints of Eggplant #95065E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.41%

 BLUE value IS 94 (37.11% from 255) = 37.75%

R = 59.84%
G = 2.41%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#95065E (or 0x95065E) is known color: Eggplant. HEX triplet: 95, 06 and 5E. RGB value is (149,6,94). Sum of RGB (Red+Green+Blue) = 149+6+94=249 (32% of max value = 765). Red value is 149 (58.59% from 255 or 59.84% from 249); Green value is 6 (2.73% from 255 or 2.41% from 249); Blue value is 94 (37.11% from 255 or 37.75% from 249); Max value from RGB is 149 - color contains mainly: red. Hex color #95065E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95065E is #6AF9A1. Grayscale: #3A3A3A. Windows color (decimal): -7010722 or 6162069. OLE color: 6162069.

HSL color Cylindrical-coordinate representation of color #95065E: hue angle of 323.08º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #95065E is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 6 94 -
CMYK 0 0.96 0.37 0.42
HSL 323.08º 0.92% 0.3% -
HSV(B) 323.08º 0.96% 0.58% -
XYZ 14.48 7.33 11.24 -
YUV 58.79 147.88 192.34 -
System Red Green Blue C M Y K H S L
Decimal 149 6 94 0 0.96 0.37 0.42 323.08 0.92 0.3
Hex 95 6 5E 0 60 25 2A 143 5C 1E
Octal 225 6 136 0 140 45 52 503 134 36
Binary 10010101 110 1011110 0 1100000 100101 101010 101000011 1011100 11110

Color Harmonies of #95065E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95065E

Black with #95065E

Text Example


Text Example

White with #95065E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95065E; }

 p { color: rgb(149,6,94); }

 H1.HeaderClassName
 {
   color: #95065E;
 }
 .AnyTagClassName
 {
   color: #95065E;
 }
</style>

background-color css

<style>
 a { background-color: #95065E; }

 a { background-color: rgb(149,6,94); }

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

border-color css

<style>
 span { border-color: #95065E; }

 span { border-color: rgb(149,6,94); }

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