Html Css Color HEX #950268 Eggplant

📋 copy color: '#950268'

red 149 ◦ green 2 ◦ blue 104

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

Shades of Eggplant #950268

Tints of Eggplant #950268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 40.78%

R = 58.43%
G = 0.78%
B = 40.78%

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

#950268 (or 0x950268) is known color: Eggplant. HEX triplet: 95, 02 and 68. RGB value is (149,2,104). Sum of RGB (Red+Green+Blue) = 149+2+104=255 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.43% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 104 (41.02% from 255 or 40.78% from 255); Max value from RGB is 149 - color contains mainly: red. Hex color #950268 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950268 is #6AFD97. Grayscale: #393939. Windows color (decimal): -7011736 or 6816405. OLE color: 6816405.

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

Color convert

RGB 149 2 104 -
CMYK 0 0.99 0.30 0.42
HSL 318.37º 0.97% 0.3% -
HSV(B) 318.37º 0.99% 0.58% -
XYZ 14.91 7.43 13.75 -
YUV 57.58 154.2 193.21 -
System Red Green Blue C M Y K H S L
Decimal 149 2 104 0 0.99 0.30 0.42 318.37 0.97 0.3
Hex 95 2 68 0 63 1E 2A 13E 61 1E
Octal 225 2 150 0 143 36 52 476 141 36
Binary 10010101 10 1101000 0 1100011 11110 101010 100111110 1100001 11110

Color Harmonies of #950268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950268

Black with #950268

Text Example


Text Example

White with #950268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950268; }

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

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

background-color css

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

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

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

border-color css

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

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

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