Html Css Color HEX #960068 Eggplant

📋 copy color: '#960068'

red 150 ◦ green 0 ◦ blue 104

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

Shades of Eggplant #960068

Tints of Eggplant #960068

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 104 (41.02% from 255) = 40.94%

R = 59.06%
G = 0%
B = 40.94%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#960068 (or 0x960068) is known color: Eggplant. HEX triplet: 96, 00 and 68. RGB value is (150,0,104). Sum of RGB (Red+Green+Blue) = 150+0+104=254 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.06% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 104 (41.02% from 255 or 40.94% from 254); Max value from RGB is 150 - color contains mainly: red. Hex color #960068 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960068 is #69FF97. Grayscale: #383838. Windows color (decimal): -6946712 or 6815894. OLE color: 6815894.

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

Color convert

RGB 150 0 104 -
CMYK 0 1 0.31 0.41
HSL 318.4º 1% 0.29% -
HSV(B) 318.4º 1% 0.59% -
XYZ 15.08 7.48 13.75 -
YUV 56.71 154.7 194.54 -
System Red Green Blue C M Y K H S L
Decimal 150 0 104 0 1 0.31 0.41 318.4 1 0.29
Hex 96 0 68 0 64 1F 29 13E 64 1D
Octal 226 0 150 0 144 37 51 476 144 35
Binary 10010110 0 1101000 0 1100100 11111 101001 100111110 1100100 11101

Color Harmonies of #960068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960068

Black with #960068

Text Example


Text Example

White with #960068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960068; }

 p { color: rgb(150,0,104); }

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

background-color css

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

 a { background-color: rgb(150,0,104); }

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

border-color css

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

 span { border-color: rgb(150,0,104); }

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