Html Css Color HEX #982183 Dark Purple

📋 copy color: '#982183'

red 152 ◦ green 33 ◦ blue 131

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

Shades of Dark Purple #982183

Tints of Dark Purple #982183

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.44%

 BLUE value IS 131 (51.56% from 255) = 41.46%

R = 48.1%
G = 10.44%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#982183 (or 0x982183) is known color: Dark Purple. HEX triplet: 98, 21 and 83. RGB value is (152,33,131). Sum of RGB (Red+Green+Blue) = 152+33+131=316 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.10% from 316); Green value is 33 (13.28% from 255 or 10.44% from 316); Blue value is 131 (51.56% from 255 or 41.46% from 316); Max value from RGB is 152 - color contains mainly: red. Hex color #982183 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982183 is #67DE7C. Grayscale: #4F4F4F. Windows color (decimal): -6807165 or 8593816. OLE color: 8593816.

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

Color convert

RGB 152 33 131 -
CMYK 0 0.78 0.14 0.40
HSL 310.59º 0.64% 0.36% -
HSV(B) 310.59º 0.78% 0.6% -
XYZ 17.59 9.4 22.36 -
YUV 79.75 156.92 179.53 -
System Red Green Blue C M Y K H S L
Decimal 152 33 131 0 0.78 0.14 0.40 310.59 0.64 0.36
Hex 98 21 83 0 4E E 28 137 40 24
Octal 230 41 203 0 116 16 50 467 100 44
Binary 10011000 100001 10000011 0 1001110 1110 101000 100110111 1000000 100100

Color Harmonies of #982183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982183

Black with #982183

Text Example


Text Example

White with #982183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982183; }

 p { color: rgb(152,33,131); }

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

background-color css

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

 a { background-color: rgb(152,33,131); }

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

border-color css

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

 span { border-color: rgb(152,33,131); }

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