Html Css Color HEX #951267 Eggplant

📋 copy color: '#951267'

red 149 ◦ green 18 ◦ blue 103

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

Shades of Eggplant #951267

Tints of Eggplant #951267

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.67%

 BLUE value IS 103 (40.63% from 255) = 38.15%

R = 55.19%
G = 6.67%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#951267 (or 0x951267) is known color: Eggplant. HEX triplet: 95, 12 and 67. RGB value is (149,18,103). Sum of RGB (Red+Green+Blue) = 149+18+103=270 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.19% from 270); Green value is 18 (7.42% from 255 or 6.67% from 270); Blue value is 103 (40.62% from 255 or 38.15% from 270); Max value from RGB is 149 - color contains mainly: red. Hex color #951267 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951267 is #6AED98. Grayscale: #424242. Windows color (decimal): -7007641 or 6754965. OLE color: 6754965.

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

Color convert

RGB 149 18 103 -
CMYK 0 0.88 0.31 0.42
HSL 321.07º 0.78% 0.33% -
HSV(B) 321.07º 0.88% 0.58% -
XYZ 15.06 7.8 13.54 -
YUV 66.86 148.4 186.59 -
System Red Green Blue C M Y K H S L
Decimal 149 18 103 0 0.88 0.31 0.42 321.07 0.78 0.33
Hex 95 12 67 0 58 1F 2A 141 4E 21
Octal 225 22 147 0 130 37 52 501 116 41
Binary 10010101 10010 1100111 0 1011000 11111 101010 101000001 1001110 100001

Color Harmonies of #951267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951267

Black with #951267

Text Example


Text Example

White with #951267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951267; }

 p { color: rgb(149,18,103); }

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

background-color css

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

 a { background-color: rgb(149,18,103); }

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

border-color css

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

 span { border-color: rgb(149,18,103); }

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