Html Css Color HEX #980064 Eggplant

📋 copy color: '#980064'

red 152 ◦ green 0 ◦ blue 100

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

Shades of Eggplant #980064

Tints of Eggplant #980064

RGB

 RED value IS 152 (59.77% from 255) = 60.32%

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

 BLUE value IS 100 (39.45% from 255) = 39.68%

R = 60.32%
G = 0%
B = 39.68%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#980064 (or 0x980064) is known color: Eggplant. HEX triplet: 98, 00 and 64. RGB value is (152,0,100). Sum of RGB (Red+Green+Blue) = 152+0+100=252 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.32% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 100 (39.45% from 255 or 39.68% from 252); Max value from RGB is 152 - color contains mainly: red. Hex color #980064 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980064 is #67FF9B. Grayscale: #383838. Windows color (decimal): -6815644 or 6553752. OLE color: 6553752.

HSL color Cylindrical-coordinate representation of color #980064: hue angle of 320.53º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #980064 is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 0 100 -
CMYK 0 1 0.34 0.40
HSL 320.53º 1% 0.3% -
HSV(B) 320.53º 1% 0.6% -
XYZ 15.25 7.6 12.72 -
YUV 56.85 152.36 195.87 -
System Red Green Blue C M Y K H S L
Decimal 152 0 100 0 1 0.34 0.40 320.53 1 0.3
Hex 98 0 64 0 64 22 28 141 64 1E
Octal 230 0 144 0 144 42 50 501 144 36
Binary 10011000 0 1100100 0 1100100 100010 101000 101000001 1100100 11110

Color Harmonies of #980064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980064

Black with #980064

Text Example


Text Example

White with #980064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980064; }

 p { color: rgb(152,0,100); }

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

background-color css

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

 a { background-color: rgb(152,0,100); }

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

border-color css

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

 span { border-color: rgb(152,0,100); }

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