Html Css Color HEX #951467 Eggplant

📋 copy color: '#951467'

red 149 ◦ green 20 ◦ blue 103

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

Shades of Eggplant #951467

Tints of Eggplant #951467

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.35%

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

R = 54.78%
G = 7.35%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#951467 (or 0x951467) is known color: Eggplant. HEX triplet: 95, 14 and 67. RGB value is (149,20,103). Sum of RGB (Red+Green+Blue) = 149+20+103=272 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.78% from 272); Green value is 20 (8.20% from 255 or 7.35% from 272); Blue value is 103 (40.62% from 255 or 37.87% from 272); Max value from RGB is 149 - color contains mainly: red. Hex color #951467 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951467 is #6AEB98. Grayscale: #434343. Windows color (decimal): -7007129 or 6755477. OLE color: 6755477.

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

Color convert

RGB 149 20 103 -
CMYK 0 0.87 0.31 0.42
HSL 321.4º 0.76% 0.33% -
HSV(B) 321.4º 0.87% 0.58% -
XYZ 15.09 7.87 13.56 -
YUV 68.03 147.74 185.75 -
System Red Green Blue C M Y K H S L
Decimal 149 20 103 0 0.87 0.31 0.42 321.4 0.76 0.33
Hex 95 14 67 0 57 1F 2A 141 4C 21
Octal 225 24 147 0 127 37 52 501 114 41
Binary 10010101 10100 1100111 0 1010111 11111 101010 101000001 1001100 100001

Color Harmonies of #951467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951467

Black with #951467

Text Example


Text Example

White with #951467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951467; }

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

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

background-color css

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

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

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

border-color css

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

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

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