Html Css Color HEX #951A6A Eggplant

📋 copy color: '#951A6A'

red 149 ◦ green 26 ◦ blue 106

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

Shades of Eggplant #951A6A

Tints of Eggplant #951A6A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.25%

 BLUE value IS 106 (41.8% from 255) = 37.72%

R = 53.02%
G = 9.25%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#951A6A (or 0x951A6A) is known color: Eggplant. HEX triplet: 95, 1A and 6A. RGB value is (149,26,106). Sum of RGB (Red+Green+Blue) = 149+26+106=281 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.02% from 281); Green value is 26 (10.55% from 255 or 9.25% from 281); Blue value is 106 (41.80% from 255 or 37.72% from 281); Max value from RGB is 149 - color contains mainly: red. Hex color #951A6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951A6A is #6AE595. Grayscale: #474747. Windows color (decimal): -7005590 or 6953621. OLE color: 6953621.

HSL color Cylindrical-coordinate representation of color #951A6A: hue angle of 320.98º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #951A6A is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 26 106 -
CMYK 0 0.83 0.29 0.42
HSL 320.98º 0.7% 0.34% -
HSV(B) 320.98º 0.83% 0.58% -
XYZ 15.37 8.17 14.4 -
YUV 71.9 147.25 183 -
System Red Green Blue C M Y K H S L
Decimal 149 26 106 0 0.83 0.29 0.42 320.98 0.7 0.34
Hex 95 1A 6A 0 53 1D 2A 141 46 22
Octal 225 32 152 0 123 35 52 501 106 42
Binary 10010101 11010 1101010 0 1010011 11101 101010 101000001 1000110 100010

Color Harmonies of #951A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951A6A

Black with #951A6A

Text Example


Text Example

White with #951A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951A6A; }

 p { color: rgb(149,26,106); }

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

background-color css

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

 a { background-color: rgb(149,26,106); }

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

border-color css

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

 span { border-color: rgb(149,26,106); }

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