Html Css Color HEX #982493 Dark Purple

📋 copy color: '#982493'

red 152 ◦ green 36 ◦ blue 147

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

Shades of Dark Purple #982493

Tints of Dark Purple #982493

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.75%

 BLUE value IS 147 (57.81% from 255) = 43.88%

R = 45.37%
G = 10.75%
B = 43.88%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#982493 (or 0x982493) is known color: Dark Purple. HEX triplet: 98, 24 and 93. RGB value is (152,36,147). Sum of RGB (Red+Green+Blue) = 152+36+147=335 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.37% from 335); Green value is 36 (14.45% from 255 or 10.75% from 335); Blue value is 147 (57.81% from 255 or 43.88% from 335); Max value from RGB is 152 - color contains mainly: red. Hex color #982493 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982493 is #67DB6C. Grayscale: #535353. Windows color (decimal): -6806381 or 9643160. OLE color: 9643160.

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

Color convert

RGB 152 36 147 -
CMYK 0 0.76 0.03 0.40
HSL 302.59º 0.62% 0.37% -
HSV(B) 302.59º 0.76% 0.6% -
XYZ 18.85 10.04 28.55 -
YUV 83.34 163.93 176.97 -
System Red Green Blue C M Y K H S L
Decimal 152 36 147 0 0.76 0.03 0.40 302.59 0.62 0.37
Hex 98 24 93 0 4C 3 28 12F 3E 25
Octal 230 44 223 0 114 3 50 457 76 45
Binary 10011000 100100 10010011 0 1001100 11 101000 100101111 111110 100101

Color Harmonies of #982493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982493

Black with #982493

Text Example


Text Example

White with #982493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982493; }

 p { color: rgb(152,36,147); }

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

background-color css

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

 a { background-color: rgb(152,36,147); }

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

border-color css

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

 span { border-color: rgb(152,36,147); }

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