Html Css Color HEX #983182 Dark Purple

📋 copy color: '#983182'

red 152 ◦ green 49 ◦ blue 130

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

Shades of Dark Purple #983182

Tints of Dark Purple #983182

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.8%

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

R = 45.92%
G = 14.8%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#983182 (or 0x983182) is known color: Dark Purple. HEX triplet: 98, 31 and 82. RGB value is (152,49,130). Sum of RGB (Red+Green+Blue) = 152+49+130=331 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.92% from 331); Green value is 49 (19.53% from 255 or 14.80% from 331); Blue value is 130 (51.17% from 255 or 39.27% from 331); Max value from RGB is 152 - color contains mainly: red. Hex color #983182 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983182 is #67CE7D. Grayscale: #585858. Windows color (decimal): -6803070 or 8532376. OLE color: 8532376.

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

Color convert

RGB 152 49 130 -
CMYK 0 0.68 0.14 0.40
HSL 312.82º 0.51% 0.39% -
HSV(B) 312.82º 0.68% 0.6% -
XYZ 18.08 10.48 22.19 -
YUV 89.03 151.12 172.91 -
System Red Green Blue C M Y K H S L
Decimal 152 49 130 0 0.68 0.14 0.40 312.82 0.51 0.39
Hex 98 31 82 0 44 E 28 139 33 27
Octal 230 61 202 0 104 16 50 471 63 47
Binary 10011000 110001 10000010 0 1000100 1110 101000 100111001 110011 100111

Color Harmonies of #983182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983182

Black with #983182

Text Example


Text Example

White with #983182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983182; }

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

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

background-color css

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

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

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

border-color css

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

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

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