Html Css Color HEX #983482 Dark Purple

📋 copy color: '#983482'

red 152 ◦ green 52 ◦ blue 130

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

Shades of Dark Purple #983482

Tints of Dark Purple #983482

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.57%

 BLUE value IS 130 (51.17% from 255) = 38.92%

R = 45.51%
G = 15.57%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#983482 (or 0x983482) is known color: Dark Purple. HEX triplet: 98, 34 and 82. RGB value is (152,52,130). Sum of RGB (Red+Green+Blue) = 152+52+130=334 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.51% from 334); Green value is 52 (20.70% from 255 or 15.57% from 334); Blue value is 130 (51.17% from 255 or 38.92% from 334); Max value from RGB is 152 - color contains mainly: red. Hex color #983482 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983482 is #67CB7D. Grayscale: #5A5A5A. Windows color (decimal): -6802302 or 8533144. OLE color: 8533144.

HSL color Cylindrical-coordinate representation of color #983482: hue angle of 313.2º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #983482 is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 52 130 -
CMYK 0 0.66 0.14 0.40
HSL 313.2º 0.49% 0.4% -
HSV(B) 313.2º 0.66% 0.6% -
XYZ 18.21 10.74 22.23 -
YUV 90.79 150.13 171.66 -
System Red Green Blue C M Y K H S L
Decimal 152 52 130 0 0.66 0.14 0.40 313.2 0.49 0.4
Hex 98 34 82 0 42 E 28 139 31 28
Octal 230 64 202 0 102 16 50 471 61 50
Binary 10011000 110100 10000010 0 1000010 1110 101000 100111001 110001 101000

Color Harmonies of #983482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983482

Black with #983482

Text Example


Text Example

White with #983482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983482; }

 p { color: rgb(152,52,130); }

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

background-color css

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

 a { background-color: rgb(152,52,130); }

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

border-color css

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

 span { border-color: rgb(152,52,130); }

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