Html Css Color HEX #980065 Eggplant

📋 copy color: '#980065'

red 152 ◦ green 0 ◦ blue 101

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

Shades of Eggplant #980065

Tints of Eggplant #980065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 39.92%

R = 60.08%
G = 0%
B = 39.92%

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

#980065 (or 0x980065) is known color: Eggplant. HEX triplet: 98, 00 and 65. RGB value is (152,0,101). Sum of RGB (Red+Green+Blue) = 152+0+101=253 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.08% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 101 (39.84% from 255 or 39.92% from 253); Max value from RGB is 152 - color contains mainly: red. Hex color #980065 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980065 is #67FF9A. Grayscale: #383838. Windows color (decimal): -6815643 or 6619288. OLE color: 6619288.

HSL color Cylindrical-coordinate representation of color #980065: hue angle of 320.13º 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 #980065 is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 0 101 -
CMYK 0 1 0.34 0.40
HSL 320.13º 1% 0.3% -
HSV(B) 320.13º 1% 0.6% -
XYZ 15.3 7.61 12.98 -
YUV 56.96 152.86 195.79 -
System Red Green Blue C M Y K H S L
Decimal 152 0 101 0 1 0.34 0.40 320.13 1 0.3
Hex 98 0 65 0 64 22 28 140 64 1E
Octal 230 0 145 0 144 42 50 500 144 36
Binary 10011000 0 1100101 0 1100100 100010 101000 101000000 1100100 11110

Color Harmonies of #980065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980065

Black with #980065

Text Example


Text Example

White with #980065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980065; }

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

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

background-color css

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

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

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

border-color css

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

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

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