Html Css Color HEX #950269 Eggplant

📋 copy color: '#950269'

red 149 ◦ green 2 ◦ blue 105

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

Shades of Eggplant #950269

Tints of Eggplant #950269

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.78%

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

R = 58.2%
G = 0.78%
B = 41.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#950269 (or 0x950269) is known color: Eggplant. HEX triplet: 95, 02 and 69. RGB value is (149,2,105). Sum of RGB (Red+Green+Blue) = 149+2+105=256 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.20% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 105 (41.41% from 255 or 41.02% from 256); Max value from RGB is 149 - color contains mainly: red. Hex color #950269 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950269 is #6AFD96. Grayscale: #393939. Windows color (decimal): -7011735 or 6881941. OLE color: 6881941.

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

Color convert

RGB 149 2 105 -
CMYK 0 0.99 0.30 0.42
HSL 317.96º 0.97% 0.3% -
HSV(B) 317.96º 0.99% 0.58% -
XYZ 14.97 7.45 14.01 -
YUV 57.7 154.7 193.12 -
System Red Green Blue C M Y K H S L
Decimal 149 2 105 0 0.99 0.30 0.42 317.96 0.97 0.3
Hex 95 2 69 0 63 1E 2A 13E 61 1E
Octal 225 2 151 0 143 36 52 476 141 36
Binary 10010101 10 1101001 0 1100011 11110 101010 100111110 1100001 11110

Color Harmonies of #950269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950269

Black with #950269

Text Example


Text Example

White with #950269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950269; }

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

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

background-color css

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

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

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

border-color css

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

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

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