Html Css Color HEX #95026A Eggplant

📋 copy color: '#95026A'

red 149 ◦ green 2 ◦ blue 106

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

Shades of Eggplant #95026A

Tints of Eggplant #95026A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.78%

 BLUE value IS 106 (41.8% from 255) = 41.25%

R = 57.98%
G = 0.78%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#95026A (or 0x95026A) is known color: Eggplant. HEX triplet: 95, 02 and 6A. RGB value is (149,2,106). Sum of RGB (Red+Green+Blue) = 149+2+106=257 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.98% from 257); Green value is 2 (1.17% from 255 or 0.78% from 257); Blue value is 106 (41.80% from 255 or 41.25% from 257); Max value from RGB is 149 - color contains mainly: red. Hex color #95026A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95026A is #6AFD95. Grayscale: #393939. Windows color (decimal): -7011734 or 6947477. OLE color: 6947477.

HSL color Cylindrical-coordinate representation of color #95026A: hue angle of 317.55º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #95026A is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 2 106 -
CMYK 0 0.99 0.29 0.42
HSL 317.55º 0.97% 0.3% -
HSV(B) 317.55º 0.99% 0.58% -
XYZ 15.02 7.47 14.29 -
YUV 57.81 155.2 193.04 -
System Red Green Blue C M Y K H S L
Decimal 149 2 106 0 0.99 0.29 0.42 317.55 0.97 0.3
Hex 95 2 6A 0 63 1D 2A 13E 61 1E
Octal 225 2 152 0 143 35 52 476 141 36
Binary 10010101 10 1101010 0 1100011 11101 101010 100111110 1100001 11110

Color Harmonies of #95026A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95026A

Black with #95026A

Text Example


Text Example

White with #95026A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95026A; }

 p { color: rgb(149,2,106); }

 H1.HeaderClassName
 {
   color: #95026A;
 }
 .AnyTagClassName
 {
   color: #95026A;
 }
</style>

background-color css

<style>
 a { background-color: #95026A; }

 a { background-color: rgb(149,2,106); }

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

border-color css

<style>
 span { border-color: #95026A; }

 span { border-color: rgb(149,2,106); }

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