Html Css Color HEX #961467 Eggplant

📋 copy color: '#961467'

red 150 ◦ green 20 ◦ blue 103

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

Shades of Eggplant #961467

Tints of Eggplant #961467

RGB

 RED value IS 150 (58.98% from 255) = 54.95%

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

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

R = 54.95%
G = 7.33%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#961467 (or 0x961467) is known color: Eggplant. HEX triplet: 96, 14 and 67. RGB value is (150,20,103). Sum of RGB (Red+Green+Blue) = 150+20+103=273 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.95% from 273); Green value is 20 (8.20% from 255 or 7.33% from 273); Blue value is 103 (40.62% from 255 or 37.73% from 273); Max value from RGB is 150 - color contains mainly: red. Hex color #961467 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961467 is #69EB98. Grayscale: #444444. Windows color (decimal): -6941593 or 6755478. OLE color: 6755478.

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

Color convert

RGB 150 20 103 -
CMYK 0 0.87 0.31 0.41
HSL 321.69º 0.76% 0.33% -
HSV(B) 321.69º 0.87% 0.59% -
XYZ 15.28 7.96 13.56 -
YUV 68.33 147.57 186.25 -
System Red Green Blue C M Y K H S L
Decimal 150 20 103 0 0.87 0.31 0.41 321.69 0.76 0.33
Hex 96 14 67 0 57 1F 29 142 4C 21
Octal 226 24 147 0 127 37 51 502 114 41
Binary 10010110 10100 1100111 0 1010111 11111 101001 101000010 1001100 100001

Color Harmonies of #961467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961467

Black with #961467

Text Example


Text Example

White with #961467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961467; }

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

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

background-color css

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

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

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

border-color css

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

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

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