Html Css Color HEX #982091 Dark Purple

📋 copy color: '#982091'

red 152 ◦ green 32 ◦ blue 145

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

Shades of Dark Purple #982091

Tints of Dark Purple #982091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 44.07%

R = 46.2%
G = 9.73%
B = 44.07%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#982091 (or 0x982091) is known color: Dark Purple. HEX triplet: 98, 20 and 91. RGB value is (152,32,145). Sum of RGB (Red+Green+Blue) = 152+32+145=329 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.20% from 329); Green value is 32 (12.89% from 255 or 9.73% from 329); Blue value is 145 (57.03% from 255 or 44.07% from 329); Max value from RGB is 152 - color contains mainly: red. Hex color #982091 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982091 is #67DF6E. Grayscale: #505050. Windows color (decimal): -6807407 or 9511064. OLE color: 9511064.

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

Color convert

RGB 152 32 145 -
CMYK 0 0.79 0.05 0.40
HSL 303.5º 0.65% 0.36% -
HSV(B) 303.5º 0.79% 0.6% -
XYZ 18.58 9.75 27.69 -
YUV 80.76 164.26 178.81 -
System Red Green Blue C M Y K H S L
Decimal 152 32 145 0 0.79 0.05 0.40 303.5 0.65 0.36
Hex 98 20 91 0 4F 5 28 130 41 24
Octal 230 40 221 0 117 5 50 460 101 44
Binary 10011000 100000 10010001 0 1001111 101 101000 100110000 1000001 100100

Color Harmonies of #982091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982091

Black with #982091

Text Example


Text Example

White with #982091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982091; }

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

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

background-color css

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

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

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

border-color css

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

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

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