Html Css Color HEX #951568 Eggplant

📋 copy color: '#951568'

red 149 ◦ green 21 ◦ blue 104

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

Shades of Eggplant #951568

Tints of Eggplant #951568

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.66%

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

R = 54.38%
G = 7.66%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#951568 (or 0x951568) is known color: Eggplant. HEX triplet: 95, 15 and 68. RGB value is (149,21,104). Sum of RGB (Red+Green+Blue) = 149+21+104=274 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.38% from 274); Green value is 21 (8.59% from 255 or 7.66% from 274); Blue value is 104 (41.02% from 255 or 37.96% from 274); Max value from RGB is 149 - color contains mainly: red. Hex color #951568 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951568 is #6AEA97. Grayscale: #444444. Windows color (decimal): -7006872 or 6821269. OLE color: 6821269.

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

Color convert

RGB 149 21 104 -
CMYK 0 0.86 0.30 0.42
HSL 321.09º 0.75% 0.33% -
HSV(B) 321.09º 0.86% 0.58% -
XYZ 15.16 7.93 13.83 -
YUV 68.73 147.91 185.25 -
System Red Green Blue C M Y K H S L
Decimal 149 21 104 0 0.86 0.30 0.42 321.09 0.75 0.33
Hex 95 15 68 0 56 1E 2A 141 4B 21
Octal 225 25 150 0 126 36 52 501 113 41
Binary 10010101 10101 1101000 0 1010110 11110 101010 101000001 1001011 100001

Color Harmonies of #951568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951568

Black with #951568

Text Example


Text Example

White with #951568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951568; }

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

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

background-color css

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

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

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

border-color css

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

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

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