Html Css Color HEX #982295 Dark Purple

📋 copy color: '#982295'

red 152 ◦ green 34 ◦ blue 149

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

Shades of Dark Purple #982295

Tints of Dark Purple #982295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 44.48%

R = 45.37%
G = 10.15%
B = 44.48%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.02

 K value IS 0.40

RGB Variations

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

Color information

#982295 (or 0x982295) is known color: Dark Purple. HEX triplet: 98, 22 and 95. RGB value is (152,34,149). Sum of RGB (Red+Green+Blue) = 152+34+149=335 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.37% from 335); Green value is 34 (13.67% from 255 or 10.15% from 335); Blue value is 149 (58.59% from 255 or 44.48% from 335); Max value from RGB is 152 - color contains mainly: red. Hex color #982295 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982295 is #67DD6A. Grayscale: #525252. Windows color (decimal): -6806891 or 9773720. OLE color: 9773720.

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

Color convert

RGB 152 34 149 -
CMYK 0 0.78 0.02 0.40
HSL 301.53º 0.63% 0.36% -
HSV(B) 301.53º 0.78% 0.6% -
XYZ 18.95 9.99 29.36 -
YUV 82.39 165.59 177.65 -
System Red Green Blue C M Y K H S L
Decimal 152 34 149 0 0.78 0.02 0.40 301.53 0.63 0.36
Hex 98 22 95 0 4E 2 28 12E 3F 24
Octal 230 42 225 0 116 2 50 456 77 44
Binary 10011000 100010 10010101 0 1001110 10 101000 100101110 111111 100100

Color Harmonies of #982295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982295

Black with #982295

Text Example


Text Example

White with #982295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982295; }

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

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

background-color css

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

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

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

border-color css

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

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

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