Html Css Color HEX #982394 Dark Purple

📋 copy color: '#982394'

red 152 ◦ green 35 ◦ blue 148

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

Shades of Dark Purple #982394

Tints of Dark Purple #982394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 44.18%

R = 45.37%
G = 10.45%
B = 44.18%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#982394 (or 0x982394) is known color: Dark Purple. HEX triplet: 98, 23 and 94. RGB value is (152,35,148). Sum of RGB (Red+Green+Blue) = 152+35+148=335 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.37% from 335); Green value is 35 (14.06% from 255 or 10.45% from 335); Blue value is 148 (58.20% from 255 or 44.18% from 335); Max value from RGB is 152 - color contains mainly: red. Hex color #982394 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982394 is #67DC6B. Grayscale: #525252. Windows color (decimal): -6806636 or 9708440. OLE color: 9708440.

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

Color convert

RGB 152 35 148 -
CMYK 0 0.77 0.03 0.40
HSL 302.05º 0.63% 0.37% -
HSV(B) 302.05º 0.77% 0.6% -
XYZ 18.9 10.02 28.95 -
YUV 82.87 164.76 177.31 -
System Red Green Blue C M Y K H S L
Decimal 152 35 148 0 0.77 0.03 0.40 302.05 0.63 0.37
Hex 98 23 94 0 4D 3 28 12E 3F 25
Octal 230 43 224 0 115 3 50 456 77 45
Binary 10011000 100011 10010100 0 1001101 11 101000 100101110 111111 100101

Color Harmonies of #982394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982394

Black with #982394

Text Example


Text Example

White with #982394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982394; }

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

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

background-color css

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

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

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

border-color css

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

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

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