Html Css Color HEX #950A70 Eggplant

📋 copy color: '#950A70'

red 149 ◦ green 10 ◦ blue 112

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

Shades of Eggplant #950A70

Tints of Eggplant #950A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 41.33%

R = 54.98%
G = 3.69%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#950A70 (or 0x950A70) is known color: Eggplant. HEX triplet: 95, 0A and 70. RGB value is (149,10,112). Sum of RGB (Red+Green+Blue) = 149+10+112=271 (35% of max value = 765). Red value is 149 (58.59% from 255 or 54.98% from 271); Green value is 10 (4.30% from 255 or 3.69% from 271); Blue value is 112 (44.14% from 255 or 41.33% from 271); Max value from RGB is 149 - color contains mainly: red. Hex color #950A70 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950A70 is #6AF58F. Grayscale: #3E3E3E. Windows color (decimal): -7009680 or 7342741. OLE color: 7342741.

HSL color Cylindrical-coordinate representation of color #950A70: hue angle of 315.97º 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 #950A70 is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 10 112 -
CMYK 0 0.93 0.25 0.42
HSL 315.97º 0.87% 0.31% -
HSV(B) 315.97º 0.93% 0.58% -
XYZ 15.43 7.78 16.02 -
YUV 63.19 155.55 189.21 -
System Red Green Blue C M Y K H S L
Decimal 149 10 112 0 0.93 0.25 0.42 315.97 0.87 0.31
Hex 95 A 70 0 5D 19 2A 13C 57 1F
Octal 225 12 160 0 135 31 52 474 127 37
Binary 10010101 1010 1110000 0 1011101 11001 101010 100111100 1010111 11111

Color Harmonies of #950A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950A70

Black with #950A70

Text Example


Text Example

White with #950A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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