Html Css Color HEX #982883 Dark Purple

📋 copy color: '#982883'

red 152 ◦ green 40 ◦ blue 131

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

Shades of Dark Purple #982883

Tints of Dark Purple #982883

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.38%

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

R = 47.06%
G = 12.38%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#982883 (or 0x982883) is known color: Dark Purple. HEX triplet: 98, 28 and 83. RGB value is (152,40,131). Sum of RGB (Red+Green+Blue) = 152+40+131=323 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.06% from 323); Green value is 40 (16.02% from 255 or 12.38% from 323); Blue value is 131 (51.56% from 255 or 40.56% from 323); Max value from RGB is 152 - color contains mainly: red. Hex color #982883 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982883 is #67D77C. Grayscale: #535353. Windows color (decimal): -6805373 or 8595608. OLE color: 8595608.

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

Color convert

RGB 152 40 131 -
CMYK 0 0.74 0.14 0.40
HSL 311.25º 0.58% 0.38% -
HSV(B) 311.25º 0.74% 0.6% -
XYZ 17.8 9.83 22.43 -
YUV 83.86 154.61 176.6 -
System Red Green Blue C M Y K H S L
Decimal 152 40 131 0 0.74 0.14 0.40 311.25 0.58 0.38
Hex 98 28 83 0 4A E 28 137 3A 26
Octal 230 50 203 0 112 16 50 467 72 46
Binary 10011000 101000 10000011 0 1001010 1110 101000 100110111 111010 100110

Color Harmonies of #982883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982883

Black with #982883

Text Example


Text Example

White with #982883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982883; }

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

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

background-color css

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

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

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

border-color css

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

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

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