Html Css Color HEX #983978 Dark Purple

📋 copy color: '#983978'

red 152 ◦ green 57 ◦ blue 120

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

Shades of Dark Purple #983978

Tints of Dark Purple #983978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 36.47%

R = 46.2%
G = 17.33%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.21

 K value IS 0.40

RGB Variations

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

Color information

#983978 (or 0x983978) is known color: Dark Purple. HEX triplet: 98, 39 and 78. RGB value is (152,57,120). Sum of RGB (Red+Green+Blue) = 152+57+120=329 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.20% from 329); Green value is 57 (22.66% from 255 or 17.33% from 329); Blue value is 120 (47.27% from 255 or 36.47% from 329); Max value from RGB is 152 - color contains mainly: red. Hex color #983978 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983978 is #67C687. Grayscale: #5C5C5C. Windows color (decimal): -6801032 or 7879064. OLE color: 7879064.

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

Color convert

RGB 152 57 120 -
CMYK 0 0.62 0.21 0.40
HSL 320.21º 0.45% 0.41% -
HSV(B) 320.21º 0.63% 0.6% -
XYZ 17.8 10.96 18.95 -
YUV 92.59 143.47 170.38 -
System Red Green Blue C M Y K H S L
Decimal 152 57 120 0 0.62 0.21 0.40 320.21 0.45 0.41
Hex 98 39 78 0 3E 15 28 140 2D 29
Octal 230 71 170 0 76 25 50 500 55 51
Binary 10011000 111001 1111000 0 111110 10101 101000 101000000 101101 101001

Color Harmonies of #983978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983978

Black with #983978

Text Example


Text Example

White with #983978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983978; }

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

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

background-color css

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

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

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

border-color css

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

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

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