Html Css Color HEX #95066E Eggplant

📋 copy color: '#95066E'

red 149 ◦ green 6 ◦ blue 110

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

Shades of Eggplant #95066E

Tints of Eggplant #95066E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 41.51%

R = 56.23%
G = 2.26%
B = 41.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#95066E (or 0x95066E) is known color: Eggplant. HEX triplet: 95, 06 and 6E. RGB value is (149,6,110). Sum of RGB (Red+Green+Blue) = 149+6+110=265 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.23% from 265); Green value is 6 (2.73% from 255 or 2.26% from 265); Blue value is 110 (43.36% from 255 or 41.51% from 265); Max value from RGB is 149 - color contains mainly: red. Hex color #95066E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95066E is #6AF991. Grayscale: #3C3C3C. Windows color (decimal): -7010706 or 7210645. OLE color: 7210645.

HSL color Cylindrical-coordinate representation of color #95066E: hue angle of 316.36º 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 #95066E is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 6 110 -
CMYK 0 0.96 0.26 0.42
HSL 316.36º 0.92% 0.3% -
HSV(B) 316.36º 0.96% 0.58% -
XYZ 15.27 7.65 15.42 -
YUV 60.61 155.88 191.04 -
System Red Green Blue C M Y K H S L
Decimal 149 6 110 0 0.96 0.26 0.42 316.36 0.92 0.3
Hex 95 6 6E 0 60 1A 2A 13C 5C 1E
Octal 225 6 156 0 140 32 52 474 134 36
Binary 10010101 110 1101110 0 1100000 11010 101010 100111100 1011100 11110

Color Harmonies of #95066E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95066E

Black with #95066E

Text Example


Text Example

White with #95066E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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