Html Css Color HEX #983977 Dark Purple

📋 copy color: '#983977'

red 152 ◦ green 57 ◦ blue 119

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

Shades of Dark Purple #983977

Tints of Dark Purple #983977

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.38%

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

R = 46.34%
G = 17.38%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#983977 (or 0x983977) is known color: Dark Purple. HEX triplet: 98, 39 and 77. RGB value is (152,57,119). Sum of RGB (Red+Green+Blue) = 152+57+119=328 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.34% from 328); Green value is 57 (22.66% from 255 or 17.38% from 328); Blue value is 119 (46.88% from 255 or 36.28% from 328); Max value from RGB is 152 - color contains mainly: red. Hex color #983977 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983977 is #67C688. Grayscale: #5C5C5C. Windows color (decimal): -6801033 or 7813528. OLE color: 7813528.

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

Color convert

RGB 152 57 119 -
CMYK 0 0.62 0.22 0.40
HSL 320.84º 0.45% 0.41% -
HSV(B) 320.84º 0.63% 0.6% -
XYZ 17.74 10.93 18.63 -
YUV 92.47 142.97 170.46 -
System Red Green Blue C M Y K H S L
Decimal 152 57 119 0 0.62 0.22 0.40 320.84 0.45 0.41
Hex 98 39 77 0 3E 16 28 141 2D 29
Octal 230 71 167 0 76 26 50 501 55 51
Binary 10011000 111001 1110111 0 111110 10110 101000 101000001 101101 101001

Color Harmonies of #983977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983977

Black with #983977

Text Example


Text Example

White with #983977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983977; }

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

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

background-color css

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

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

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

border-color css

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

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

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