Html Css Color HEX #980067 Eggplant

📋 copy color: '#980067'

red 152 ◦ green 0 ◦ blue 103

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

Shades of Eggplant #980067

Tints of Eggplant #980067

RGB

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

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

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

R = 59.61%
G = 0%
B = 40.39%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#980067 (or 0x980067) is known color: Eggplant. HEX triplet: 98, 00 and 67. RGB value is (152,0,103). Sum of RGB (Red+Green+Blue) = 152+0+103=255 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.61% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 103 (40.62% from 255 or 40.39% from 255); Max value from RGB is 152 - color contains mainly: red. Hex color #980067 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980067 is #67FF98. Grayscale: #383838. Windows color (decimal): -6815641 or 6750360. OLE color: 6750360.

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

Color convert

RGB 152 0 103 -
CMYK 0 1 0.32 0.40
HSL 319.34º 1% 0.3% -
HSV(B) 319.34º 1% 0.6% -
XYZ 15.4 7.65 13.5 -
YUV 57.19 153.86 195.62 -
System Red Green Blue C M Y K H S L
Decimal 152 0 103 0 1 0.32 0.40 319.34 1 0.3
Hex 98 0 67 0 64 20 28 13F 64 1E
Octal 230 0 147 0 144 40 50 477 144 36
Binary 10011000 0 1100111 0 1100100 100000 101000 100111111 1100100 11110

Color Harmonies of #980067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980067

Black with #980067

Text Example


Text Example

White with #980067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980067; }

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

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

background-color css

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

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

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

border-color css

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

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

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