Html Css Color HEX #983282 Dark Purple

📋 copy color: '#983282'

red 152 ◦ green 50 ◦ blue 130

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

Shades of Dark Purple #983282

Tints of Dark Purple #983282

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.06%

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

R = 45.78%
G = 15.06%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#983282 (or 0x983282) is known color: Dark Purple. HEX triplet: 98, 32 and 82. RGB value is (152,50,130). Sum of RGB (Red+Green+Blue) = 152+50+130=332 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.78% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 130 (51.17% from 255 or 39.16% from 332); Max value from RGB is 152 - color contains mainly: red. Hex color #983282 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983282 is #67CD7D. Grayscale: #595959. Windows color (decimal): -6802814 or 8532632. OLE color: 8532632.

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

Color convert

RGB 152 50 130 -
CMYK 0 0.67 0.14 0.40
HSL 312.94º 0.5% 0.4% -
HSV(B) 312.94º 0.67% 0.6% -
XYZ 18.12 10.57 22.2 -
YUV 89.62 150.79 172.5 -
System Red Green Blue C M Y K H S L
Decimal 152 50 130 0 0.67 0.14 0.40 312.94 0.5 0.4
Hex 98 32 82 0 43 E 28 139 32 28
Octal 230 62 202 0 103 16 50 471 62 50
Binary 10011000 110010 10000010 0 1000011 1110 101000 100111001 110010 101000

Color Harmonies of #983282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983282

Black with #983282

Text Example


Text Example

White with #983282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983282; }

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

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

background-color css

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

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

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

border-color css

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

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

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