Html Css Color HEX #950762 Eggplant

📋 copy color: '#950762'

red 149 ◦ green 7 ◦ blue 98

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

Shades of Eggplant #950762

Tints of Eggplant #950762

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.76%

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

R = 58.66%
G = 2.76%
B = 38.58%

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

#950762 (or 0x950762) is known color: Eggplant. HEX triplet: 95, 07 and 62. RGB value is (149,7,98). Sum of RGB (Red+Green+Blue) = 149+7+98=254 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.66% from 254); Green value is 7 (3.12% from 255 or 2.76% from 254); Blue value is 98 (38.67% from 255 or 38.58% from 254); Max value from RGB is 149 - color contains mainly: red. Hex color #950762 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950762 is #6AF89D. Grayscale: #3B3B3B. Windows color (decimal): -7010462 or 6424469. OLE color: 6424469.

HSL color Cylindrical-coordinate representation of color #950762: hue angle of 321.55º degrees, saturation: 0.91, 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 #950762 is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 7 98 -
CMYK 0 0.95 0.34 0.42
HSL 321.55º 0.91% 0.31% -
HSV(B) 321.55º 0.95% 0.58% -
XYZ 14.68 7.42 12.21 -
YUV 59.83 149.54 191.6 -
System Red Green Blue C M Y K H S L
Decimal 149 7 98 0 0.95 0.34 0.42 321.55 0.91 0.31
Hex 95 7 62 0 5F 22 2A 142 5B 1F
Octal 225 7 142 0 137 42 52 502 133 37
Binary 10010101 111 1100010 0 1011111 100010 101010 101000010 1011011 11111

Color Harmonies of #950762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950762

Black with #950762

Text Example


Text Example

White with #950762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950762; }

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

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

background-color css

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

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

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

border-color css

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

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

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