Html Css Color HEX #982283 Dark Purple

📋 copy color: '#982283'

red 152 ◦ green 34 ◦ blue 131

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

Shades of Dark Purple #982283

Tints of Dark Purple #982283

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.73%

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

R = 47.95%
G = 10.73%
B = 41.32%

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

#982283 (or 0x982283) is known color: Dark Purple. HEX triplet: 98, 22 and 83. RGB value is (152,34,131). Sum of RGB (Red+Green+Blue) = 152+34+131=317 (41% of max value = 765). Red value is 152 (59.77% from 255 or 47.95% from 317); Green value is 34 (13.67% from 255 or 10.73% from 317); Blue value is 131 (51.56% from 255 or 41.32% from 317); Max value from RGB is 152 - color contains mainly: red. Hex color #982283 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982283 is #67DD7C. Grayscale: #505050. Windows color (decimal): -6806909 or 8594072. OLE color: 8594072.

HSL color Cylindrical-coordinate representation of color #982283: hue angle of 310.68º degrees, saturation: 0.63, 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 #982283 is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 34 131 -
CMYK 0 0.78 0.14 0.40
HSL 310.68º 0.63% 0.36% -
HSV(B) 310.68º 0.78% 0.6% -
XYZ 17.62 9.46 22.37 -
YUV 80.34 156.59 179.11 -
System Red Green Blue C M Y K H S L
Decimal 152 34 131 0 0.78 0.14 0.40 310.68 0.63 0.36
Hex 98 22 83 0 4E E 28 137 3F 24
Octal 230 42 203 0 116 16 50 467 77 44
Binary 10011000 100010 10000011 0 1001110 1110 101000 100110111 111111 100100

Color Harmonies of #982283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982283

Black with #982283

Text Example


Text Example

White with #982283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982283; }

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

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

background-color css

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

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

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

border-color css

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

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

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