Html Css Color HEX #982095 Dark Purple

📋 copy color: '#982095'

red 152 ◦ green 32 ◦ blue 149

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

Shades of Dark Purple #982095

Tints of Dark Purple #982095

RGB

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

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

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

R = 45.65%
G = 9.61%
B = 44.74%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.02

 K value IS 0.40

RGB Variations

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

Color information

#982095 (or 0x982095) is known color: Dark Purple. HEX triplet: 98, 20 and 95. RGB value is (152,32,149). Sum of RGB (Red+Green+Blue) = 152+32+149=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 32 (12.89% from 255 or 9.61% from 333); Blue value is 149 (58.59% from 255 or 44.74% from 333); Max value from RGB is 152 - color contains mainly: red. Hex color #982095 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982095 is #67DF6A. Grayscale: #505050. Windows color (decimal): -6807403 or 9773208. OLE color: 9773208.

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

Color convert

RGB 152 32 149 -
CMYK 0 0.79 0.02 0.40
HSL 301.5º 0.65% 0.36% -
HSV(B) 301.5º 0.79% 0.6% -
XYZ 18.89 9.88 29.34 -
YUV 81.22 166.26 178.49 -
System Red Green Blue C M Y K H S L
Decimal 152 32 149 0 0.79 0.02 0.40 301.5 0.65 0.36
Hex 98 20 95 0 4F 2 28 12E 41 24
Octal 230 40 225 0 117 2 50 456 101 44
Binary 10011000 100000 10010101 0 1001111 10 101000 100101110 1000001 100100

Color Harmonies of #982095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982095

Black with #982095

Text Example


Text Example

White with #982095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982095; }

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

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

background-color css

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

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

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

border-color css

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

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

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