Html Css Color HEX #982193 Dark Purple

📋 copy color: '#982193'

red 152 ◦ green 33 ◦ blue 147

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

Shades of Dark Purple #982193

Tints of Dark Purple #982193

RGB

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

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

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

R = 45.78%
G = 9.94%
B = 44.28%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#982193 (or 0x982193) is known color: Dark Purple. HEX triplet: 98, 21 and 93. RGB value is (152,33,147). Sum of RGB (Red+Green+Blue) = 152+33+147=332 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.78% from 332); Green value is 33 (13.28% from 255 or 9.94% from 332); Blue value is 147 (57.81% from 255 or 44.28% from 332); Max value from RGB is 152 - color contains mainly: red. Hex color #982193 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982193 is #67DE6C. Grayscale: #515151. Windows color (decimal): -6807149 or 9642392. OLE color: 9642392.

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

Color convert

RGB 152 33 147 -
CMYK 0 0.78 0.03 0.40
HSL 302.52º 0.64% 0.36% -
HSV(B) 302.52º 0.78% 0.6% -
XYZ 18.76 9.87 28.52 -
YUV 81.58 164.92 178.23 -
System Red Green Blue C M Y K H S L
Decimal 152 33 147 0 0.78 0.03 0.40 302.52 0.64 0.36
Hex 98 21 93 0 4E 3 28 12F 40 24
Octal 230 41 223 0 116 3 50 457 100 44
Binary 10011000 100001 10010011 0 1001110 11 101000 100101111 1000000 100100

Color Harmonies of #982193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982193

Black with #982193

Text Example


Text Example

White with #982193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982193; }

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

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

background-color css

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

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

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

border-color css

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

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

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