Html Css Color HEX #95066D Eggplant

📋 copy color: '#95066D'

red 149 ◦ green 6 ◦ blue 109

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

Shades of Eggplant #95066D

Tints of Eggplant #95066D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 41.29%

R = 56.44%
G = 2.27%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#95066D (or 0x95066D) is known color: Eggplant. HEX triplet: 95, 06 and 6D. RGB value is (149,6,109). Sum of RGB (Red+Green+Blue) = 149+6+109=264 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.44% from 264); Green value is 6 (2.73% from 255 or 2.27% from 264); Blue value is 109 (42.97% from 255 or 41.29% from 264); Max value from RGB is 149 - color contains mainly: red. Hex color #95066D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95066D is #6AF992. Grayscale: #3C3C3C. Windows color (decimal): -7010707 or 7145109. OLE color: 7145109.

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

Color convert

RGB 149 6 109 -
CMYK 0 0.96 0.27 0.42
HSL 316.78º 0.92% 0.3% -
HSV(B) 316.78º 0.96% 0.58% -
XYZ 15.22 7.62 15.14 -
YUV 60.5 155.38 191.12 -
System Red Green Blue C M Y K H S L
Decimal 149 6 109 0 0.96 0.27 0.42 316.78 0.92 0.3
Hex 95 6 6D 0 60 1B 2A 13D 5C 1E
Octal 225 6 155 0 140 33 52 475 134 36
Binary 10010101 110 1101101 0 1100000 11011 101010 100111101 1011100 11110

Color Harmonies of #95066D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95066D

Black with #95066D

Text Example


Text Example

White with #95066D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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