Html Css Color HEX #983682 Dark Purple

📋 copy color: '#983682'

red 152 ◦ green 54 ◦ blue 130

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

Shades of Dark Purple #983682

Tints of Dark Purple #983682

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.07%

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

R = 45.24%
G = 16.07%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#983682 (or 0x983682) is known color: Dark Purple. HEX triplet: 98, 36 and 82. RGB value is (152,54,130). Sum of RGB (Red+Green+Blue) = 152+54+130=336 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.24% from 336); Green value is 54 (21.48% from 255 or 16.07% from 336); Blue value is 130 (51.17% from 255 or 38.69% from 336); Max value from RGB is 152 - color contains mainly: red. Hex color #983682 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983682 is #67C97D. Grayscale: #5B5B5B. Windows color (decimal): -6801790 or 8533656. OLE color: 8533656.

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

Color convert

RGB 152 54 130 -
CMYK 0 0.64 0.14 0.40
HSL 313.47º 0.48% 0.4% -
HSV(B) 313.47º 0.64% 0.6% -
XYZ 18.3 10.93 22.26 -
YUV 91.97 149.47 170.82 -
System Red Green Blue C M Y K H S L
Decimal 152 54 130 0 0.64 0.14 0.40 313.47 0.48 0.4
Hex 98 36 82 0 40 E 28 139 30 28
Octal 230 66 202 0 100 16 50 471 60 50
Binary 10011000 110110 10000010 0 1000000 1110 101000 100111001 110000 101000

Color Harmonies of #983682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983682

Black with #983682

Text Example


Text Example

White with #983682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983682; }

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

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

background-color css

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

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

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

border-color css

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

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

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