Html Css Color HEX #950358 Eggplant

📋 copy color: '#950358'

red 149 ◦ green 3 ◦ blue 88

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

Shades of Eggplant #950358

Tints of Eggplant #950358

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.25%

 BLUE value IS 88 (34.77% from 255) = 36.67%

R = 62.08%
G = 1.25%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#950358 (or 0x950358) is known color: Eggplant. HEX triplet: 95, 03 and 58. RGB value is (149,3,88). Sum of RGB (Red+Green+Blue) = 149+3+88=240 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.08% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 88 (34.77% from 255 or 36.67% from 240); Max value from RGB is 149 - color contains mainly: red. Hex color #950358 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950358 is #6AFCA7. Grayscale: #383838. Windows color (decimal): -7011496 or 5768085. OLE color: 5768085.

HSL color Cylindrical-coordinate representation of color #950358: hue angle of 325.07º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #950358 is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 3 88 -
CMYK 0 0.98 0.41 0.42
HSL 325.07º 0.96% 0.3% -
HSV(B) 325.07º 0.98% 0.58% -
XYZ 14.19 7.16 9.87 -
YUV 56.34 145.87 194.09 -
System Red Green Blue C M Y K H S L
Decimal 149 3 88 0 0.98 0.41 0.42 325.07 0.96 0.3
Hex 95 3 58 0 62 29 2A 145 60 1E
Octal 225 3 130 0 142 51 52 505 140 36
Binary 10010101 11 1011000 0 1100010 101001 101010 101000101 1100000 11110

Color Harmonies of #950358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950358

Black with #950358

Text Example


Text Example

White with #950358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950358; }

 p { color: rgb(149,3,88); }

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

background-color css

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

 a { background-color: rgb(149,3,88); }

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

border-color css

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

 span { border-color: rgb(149,3,88); }

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