Html Css Color HEX #982292 Dark Purple

📋 copy color: '#982292'

red 152 ◦ green 34 ◦ blue 146

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

Shades of Dark Purple #982292

Tints of Dark Purple #982292

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.24%

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

R = 45.78%
G = 10.24%
B = 43.98%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.04

 K value IS 0.40

RGB Variations

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

Color information

#982292 (or 0x982292) is known color: Dark Purple. HEX triplet: 98, 22 and 92. RGB value is (152,34,146). Sum of RGB (Red+Green+Blue) = 152+34+146=332 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.78% from 332); Green value is 34 (13.67% from 255 or 10.24% from 332); Blue value is 146 (57.42% from 255 or 43.98% from 332); Max value from RGB is 152 - color contains mainly: red. Hex color #982292 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982292 is #67DD6D. Grayscale: #515151. Windows color (decimal): -6806894 or 9577112. OLE color: 9577112.

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

Color convert

RGB 152 34 146 -
CMYK 0 0.78 0.04 0.40
HSL 303.05º 0.63% 0.36% -
HSV(B) 303.05º 0.78% 0.6% -
XYZ 18.71 9.89 28.12 -
YUV 82.05 164.09 177.89 -
System Red Green Blue C M Y K H S L
Decimal 152 34 146 0 0.78 0.04 0.40 303.05 0.63 0.36
Hex 98 22 92 0 4E 4 28 12F 3F 24
Octal 230 42 222 0 116 4 50 457 77 44
Binary 10011000 100010 10010010 0 1001110 100 101000 100101111 111111 100100

Color Harmonies of #982292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982292

Black with #982292

Text Example


Text Example

White with #982292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982292; }

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

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

background-color css

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

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

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

border-color css

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

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

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