Html Css Color HEX #982194 Dark Purple

📋 copy color: '#982194'

red 152 ◦ green 33 ◦ blue 148

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

Shades of Dark Purple #982194

Tints of Dark Purple #982194

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.91%

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

R = 45.65%
G = 9.91%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#982194 (or 0x982194) is known color: Dark Purple. HEX triplet: 98, 21 and 94. RGB value is (152,33,148). Sum of RGB (Red+Green+Blue) = 152+33+148=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 33 (13.28% from 255 or 9.91% from 333); Blue value is 148 (58.20% from 255 or 44.44% from 333); Max value from RGB is 152 - color contains mainly: red. Hex color #982194 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982194 is #67DE6B. Grayscale: #515151. Windows color (decimal): -6807148 or 9707928. OLE color: 9707928.

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

Color convert

RGB 152 33 148 -
CMYK 0 0.78 0.03 0.40
HSL 302.02º 0.64% 0.36% -
HSV(B) 302.02º 0.78% 0.6% -
XYZ 18.84 9.9 28.94 -
YUV 81.69 165.42 178.15 -
System Red Green Blue C M Y K H S L
Decimal 152 33 148 0 0.78 0.03 0.40 302.02 0.64 0.36
Hex 98 21 94 0 4E 3 28 12E 40 24
Octal 230 41 224 0 116 3 50 456 100 44
Binary 10011000 100001 10010100 0 1001110 11 101000 100101110 1000000 100100

Color Harmonies of #982194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982194

Black with #982194

Text Example


Text Example

White with #982194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982194; }

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

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

background-color css

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

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

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

border-color css

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

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

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