Html Css Color HEX #950769 Eggplant

📋 copy color: '#950769'

red 149 ◦ green 7 ◦ blue 105

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

Shades of Eggplant #950769

Tints of Eggplant #950769

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 40.23%

R = 57.09%
G = 2.68%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#950769 (or 0x950769) is known color: Eggplant. HEX triplet: 95, 07 and 69. RGB value is (149,7,105). Sum of RGB (Red+Green+Blue) = 149+7+105=261 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.09% from 261); Green value is 7 (3.12% from 255 or 2.68% from 261); Blue value is 105 (41.41% from 255 or 40.23% from 261); Max value from RGB is 149 - color contains mainly: red. Hex color #950769 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950769 is #6AF896. Grayscale: #3C3C3C. Windows color (decimal): -7010455 or 6883221. OLE color: 6883221.

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

Color convert

RGB 149 7 105 -
CMYK 0 0.95 0.30 0.42
HSL 318.59º 0.91% 0.31% -
HSV(B) 318.59º 0.95% 0.58% -
XYZ 15.02 7.56 14.03 -
YUV 60.63 153.04 191.03 -
System Red Green Blue C M Y K H S L
Decimal 149 7 105 0 0.95 0.30 0.42 318.59 0.91 0.31
Hex 95 7 69 0 5F 1E 2A 13F 5B 1F
Octal 225 7 151 0 137 36 52 477 133 37
Binary 10010101 111 1101001 0 1011111 11110 101010 100111111 1011011 11111

Color Harmonies of #950769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950769

Black with #950769

Text Example


Text Example

White with #950769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950769; }

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

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

background-color css

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

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

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

border-color css

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

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

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