Html Css Color HEX #982391 Dark Purple

📋 copy color: '#982391'

red 152 ◦ green 35 ◦ blue 145

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

Shades of Dark Purple #982391

Tints of Dark Purple #982391

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.54%

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

R = 45.78%
G = 10.54%
B = 43.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#982391 (or 0x982391) is known color: Dark Purple. HEX triplet: 98, 23 and 91. RGB value is (152,35,145). Sum of RGB (Red+Green+Blue) = 152+35+145=332 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.78% from 332); Green value is 35 (14.06% from 255 or 10.54% from 332); Blue value is 145 (57.03% from 255 or 43.67% from 332); Max value from RGB is 152 - color contains mainly: red. Hex color #982391 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982391 is #67DC6E. Grayscale: #525252. Windows color (decimal): -6806639 or 9511832. OLE color: 9511832.

HSL color Cylindrical-coordinate representation of color #982391: hue angle of 303.59º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #982391 is Cyan = 0, Magento = 0.77, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 35 145 -
CMYK 0 0.77 0.05 0.40
HSL 303.59º 0.63% 0.37% -
HSV(B) 303.59º 0.77% 0.6% -
XYZ 18.66 9.92 27.72 -
YUV 82.52 163.26 177.56 -
System Red Green Blue C M Y K H S L
Decimal 152 35 145 0 0.77 0.05 0.40 303.59 0.63 0.37
Hex 98 23 91 0 4D 5 28 130 3F 25
Octal 230 43 221 0 115 5 50 460 77 45
Binary 10011000 100011 10010001 0 1001101 101 101000 100110000 111111 100101

Color Harmonies of #982391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982391

Black with #982391

Text Example


Text Example

White with #982391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982391; }

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

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

background-color css

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

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

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

border-color css

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

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

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