Html Css Color HEX #982092 Dark Purple

📋 copy color: '#982092'

red 152 ◦ green 32 ◦ blue 146

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

Shades of Dark Purple #982092

Tints of Dark Purple #982092

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.7%

 BLUE value IS 146 (57.42% from 255) = 44.24%

R = 46.06%
G = 9.7%
B = 44.24%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.04

 K value IS 0.40

RGB Variations

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

Color information

#982092 (or 0x982092) is known color: Dark Purple. HEX triplet: 98, 20 and 92. RGB value is (152,32,146). Sum of RGB (Red+Green+Blue) = 152+32+146=330 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.06% from 330); Green value is 32 (12.89% from 255 or 9.70% from 330); Blue value is 146 (57.42% from 255 or 44.24% from 330); Max value from RGB is 152 - color contains mainly: red. Hex color #982092 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982092 is #67DF6D. Grayscale: #505050. Windows color (decimal): -6807406 or 9576600. OLE color: 9576600.

HSL color Cylindrical-coordinate representation of color #982092: hue angle of 303º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #982092 is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 32 146 -
CMYK 0 0.79 0.04 0.40
HSL 303º 0.65% 0.36% -
HSV(B) 303º 0.79% 0.6% -
XYZ 18.65 9.78 28.1 -
YUV 80.88 164.76 178.73 -
System Red Green Blue C M Y K H S L
Decimal 152 32 146 0 0.79 0.04 0.40 303 0.65 0.36
Hex 98 20 92 0 4F 4 28 12F 41 24
Octal 230 40 222 0 117 4 50 457 101 44
Binary 10011000 100000 10010010 0 1001111 100 101000 100101111 1000001 100100

Color Harmonies of #982092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982092

Black with #982092

Text Example


Text Example

White with #982092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982092; }

 p { color: rgb(152,32,146); }

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

background-color css

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

 a { background-color: rgb(152,32,146); }

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

border-color css

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

 span { border-color: rgb(152,32,146); }

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