Html Css Color HEX #95066B Eggplant

📋 copy color: '#95066B'

red 149 ◦ green 6 ◦ blue 107

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

Shades of Eggplant #95066B

Tints of Eggplant #95066B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 40.84%

R = 56.87%
G = 2.29%
B = 40.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#95066B (or 0x95066B) is known color: Eggplant. HEX triplet: 95, 06 and 6B. RGB value is (149,6,107). Sum of RGB (Red+Green+Blue) = 149+6+107=262 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.87% from 262); Green value is 6 (2.73% from 255 or 2.29% from 262); Blue value is 107 (42.19% from 255 or 40.84% from 262); Max value from RGB is 149 - color contains mainly: red. Hex color #95066B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95066B is #6AF994. Grayscale: #3C3C3C. Windows color (decimal): -7010709 or 7014037. OLE color: 7014037.

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

Color convert

RGB 149 6 107 -
CMYK 0 0.96 0.28 0.42
HSL 317.62º 0.92% 0.3% -
HSV(B) 317.62º 0.96% 0.58% -
XYZ 15.11 7.58 14.58 -
YUV 60.27 154.38 191.29 -
System Red Green Blue C M Y K H S L
Decimal 149 6 107 0 0.96 0.28 0.42 317.62 0.92 0.3
Hex 95 6 6B 0 60 1C 2A 13E 5C 1E
Octal 225 6 153 0 140 34 52 476 134 36
Binary 10010101 110 1101011 0 1100000 11100 101010 100111110 1011100 11110

Color Harmonies of #95066B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95066B

Black with #95066B

Text Example


Text Example

White with #95066B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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