Html Css Color HEX #950A75 Eggplant

📋 copy color: '#950A75'

red 149 ◦ green 10 ◦ blue 117

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

Shades of Eggplant #950A75

Tints of Eggplant #950A75

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.62%

 BLUE value IS 117 (46.09% from 255) = 42.39%

R = 53.99%
G = 3.62%
B = 42.39%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#950A75 (or 0x950A75) is known color: Eggplant. HEX triplet: 95, 0A and 75. RGB value is (149,10,117). Sum of RGB (Red+Green+Blue) = 149+10+117=276 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.99% from 276); Green value is 10 (4.30% from 255 or 3.62% from 276); Blue value is 117 (46.09% from 255 or 42.39% from 276); Max value from RGB is 149 - color contains mainly: red. Hex color #950A75 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950A75 is #6AF58A. Grayscale: #3F3F3F. Windows color (decimal): -7009675 or 7670421. OLE color: 7670421.

HSL color Cylindrical-coordinate representation of color #950A75: hue angle of 313.81º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #950A75 is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 10 117 -
CMYK 0 0.93 0.21 0.42
HSL 313.81º 0.87% 0.31% -
HSV(B) 313.81º 0.93% 0.58% -
XYZ 15.71 7.89 17.52 -
YUV 63.76 158.05 188.8 -
System Red Green Blue C M Y K H S L
Decimal 149 10 117 0 0.93 0.21 0.42 313.81 0.87 0.31
Hex 95 A 75 0 5D 15 2A 13A 57 1F
Octal 225 12 165 0 135 25 52 472 127 37
Binary 10010101 1010 1110101 0 1011101 10101 101010 100111010 1010111 11111

Color Harmonies of #950A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950A75

Black with #950A75

Text Example


Text Example

White with #950A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950A75; }

 p { color: rgb(149,10,117); }

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

background-color css

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

 a { background-color: rgb(149,10,117); }

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

border-color css

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

 span { border-color: rgb(149,10,117); }

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