Html Css Color HEX #983077 Dark Purple

📋 copy color: '#983077'

red 152 ◦ green 48 ◦ blue 119

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

Shades of Dark Purple #983077

Tints of Dark Purple #983077

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.05%

 BLUE value IS 119 (46.88% from 255) = 37.3%

R = 47.65%
G = 15.05%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#983077 (or 0x983077) is known color: Dark Purple. HEX triplet: 98, 30 and 77. RGB value is (152,48,119). Sum of RGB (Red+Green+Blue) = 152+48+119=319 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.65% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 119 (46.88% from 255 or 37.30% from 319); Max value from RGB is 152 - color contains mainly: red. Hex color #983077 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983077 is #67CF88. Grayscale: #575757. Windows color (decimal): -6803337 or 7811224. OLE color: 7811224.

HSL color Cylindrical-coordinate representation of color #983077: hue angle of 319.04º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #983077 is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 48 119 -
CMYK 0 0.68 0.22 0.40
HSL 319.04º 0.52% 0.39% -
HSV(B) 319.04º 0.68% 0.6% -
XYZ 17.34 10.12 18.49 -
YUV 87.19 145.96 174.23 -
System Red Green Blue C M Y K H S L
Decimal 152 48 119 0 0.68 0.22 0.40 319.04 0.52 0.39
Hex 98 30 77 0 44 16 28 13F 34 27
Octal 230 60 167 0 104 26 50 477 64 47
Binary 10011000 110000 1110111 0 1000100 10110 101000 100111111 110100 100111

Color Harmonies of #983077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983077

Black with #983077

Text Example


Text Example

White with #983077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983077; }

 p { color: rgb(152,48,119); }

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

background-color css

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

 a { background-color: rgb(152,48,119); }

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

border-color css

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

 span { border-color: rgb(152,48,119); }

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