Html Css Color HEX #982783 Dark Purple

📋 copy color: '#982783'

red 152 ◦ green 39 ◦ blue 131

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

Shades of Dark Purple #982783

Tints of Dark Purple #982783

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.11%

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

R = 47.2%
G = 12.11%
B = 40.68%

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

#982783 (or 0x982783) is known color: Dark Purple. HEX triplet: 98, 27 and 83. RGB value is (152,39,131). Sum of RGB (Red+Green+Blue) = 152+39+131=322 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.20% from 322); Green value is 39 (15.62% from 255 or 12.11% from 322); Blue value is 131 (51.56% from 255 or 40.68% from 322); Max value from RGB is 152 - color contains mainly: red. Hex color #982783 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982783 is #67D87C. Grayscale: #535353. Windows color (decimal): -6805629 or 8595352. OLE color: 8595352.

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

Color convert

RGB 152 39 131 -
CMYK 0 0.74 0.14 0.40
HSL 311.15º 0.59% 0.37% -
HSV(B) 311.15º 0.74% 0.6% -
XYZ 17.77 9.77 22.42 -
YUV 83.28 154.94 177.02 -
System Red Green Blue C M Y K H S L
Decimal 152 39 131 0 0.74 0.14 0.40 311.15 0.59 0.37
Hex 98 27 83 0 4A E 28 137 3B 25
Octal 230 47 203 0 112 16 50 467 73 45
Binary 10011000 100111 10000011 0 1001010 1110 101000 100110111 111011 100101

Color Harmonies of #982783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982783

Black with #982783

Text Example


Text Example

White with #982783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982783; }

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

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

background-color css

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

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

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

border-color css

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

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

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