Html Css Color HEX #960267 Eggplant

📋 copy color: '#960267'

red 150 ◦ green 2 ◦ blue 103

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

Shades of Eggplant #960267

Tints of Eggplant #960267

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.78%

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

R = 58.82%
G = 0.78%
B = 40.39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#960267 (or 0x960267) is known color: Eggplant. HEX triplet: 96, 02 and 67. RGB value is (150,2,103). Sum of RGB (Red+Green+Blue) = 150+2+103=255 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.82% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 103 (40.62% from 255 or 40.39% from 255); Max value from RGB is 150 - color contains mainly: red. Hex color #960267 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960267 is #69FD98. Grayscale: #393939. Windows color (decimal): -6946201 or 6750870. OLE color: 6750870.

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

Color convert

RGB 150 2 103 -
CMYK 0 0.99 0.31 0.41
HSL 319.05º 0.97% 0.3% -
HSV(B) 319.05º 0.99% 0.59% -
XYZ 15.05 7.51 13.49 -
YUV 57.77 153.53 193.79 -
System Red Green Blue C M Y K H S L
Decimal 150 2 103 0 0.99 0.31 0.41 319.05 0.97 0.3
Hex 96 2 67 0 63 1F 29 13F 61 1E
Octal 226 2 147 0 143 37 51 477 141 36
Binary 10010110 10 1100111 0 1100011 11111 101001 100111111 1100001 11110

Color Harmonies of #960267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960267

Black with #960267

Text Example


Text Example

White with #960267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960267; }

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

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

background-color css

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

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

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

border-color css

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

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

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