Html Css Color HEX #950862 Eggplant

📋 copy color: '#950862'

red 149 ◦ green 8 ◦ blue 98

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

Shades of Eggplant #950862

Tints of Eggplant #950862

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.14%

 BLUE value IS 98 (38.67% from 255) = 38.43%

R = 58.43%
G = 3.14%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#950862 (or 0x950862) is known color: Eggplant. HEX triplet: 95, 08 and 62. RGB value is (149,8,98). Sum of RGB (Red+Green+Blue) = 149+8+98=255 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.43% from 255); Green value is 8 (3.52% from 255 or 3.14% from 255); Blue value is 98 (38.67% from 255 or 38.43% from 255); Max value from RGB is 149 - color contains mainly: red. Hex color #950862 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950862 is #6AF79D. Grayscale: #3C3C3C. Windows color (decimal): -7010206 or 6424725. OLE color: 6424725.

HSL color Cylindrical-coordinate representation of color #950862: hue angle of 321.7º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #950862 is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 8 98 -
CMYK 0 0.95 0.34 0.42
HSL 321.7º 0.9% 0.31% -
HSV(B) 321.7º 0.95% 0.58% -
XYZ 14.69 7.45 12.22 -
YUV 60.42 149.21 191.18 -
System Red Green Blue C M Y K H S L
Decimal 149 8 98 0 0.95 0.34 0.42 321.7 0.9 0.31
Hex 95 8 62 0 5F 22 2A 142 5A 1F
Octal 225 10 142 0 137 42 52 502 132 37
Binary 10010101 1000 1100010 0 1011111 100010 101010 101000010 1011010 11111

Color Harmonies of #950862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950862

Black with #950862

Text Example


Text Example

White with #950862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950862; }

 p { color: rgb(149,8,98); }

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

background-color css

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

 a { background-color: rgb(149,8,98); }

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

border-color css

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

 span { border-color: rgb(149,8,98); }

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