Html Css Color HEX #982174 Dark Purple

📋 copy color: '#982174'

red 152 ◦ green 33 ◦ blue 116

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

Shades of Dark Purple #982174

Tints of Dark Purple #982174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 38.54%

R = 50.5%
G = 10.96%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#982174 (or 0x982174) is known color: Dark Purple. HEX triplet: 98, 21 and 74. RGB value is (152,33,116). Sum of RGB (Red+Green+Blue) = 152+33+116=301 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.50% from 301); Green value is 33 (13.28% from 255 or 10.96% from 301); Blue value is 116 (45.70% from 255 or 38.54% from 301); Max value from RGB is 152 - color contains mainly: red. Hex color #982174 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982174 is #67DE8B. Grayscale: #4D4D4D. Windows color (decimal): -6807180 or 7610776. OLE color: 7610776.

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

Color convert

RGB 152 33 116 -
CMYK 0 0.78 0.24 0.40
HSL 318.15º 0.64% 0.36% -
HSV(B) 318.15º 0.78% 0.6% -
XYZ 16.65 9.02 17.39 -
YUV 78.04 149.42 180.75 -
System Red Green Blue C M Y K H S L
Decimal 152 33 116 0 0.78 0.24 0.40 318.15 0.64 0.36
Hex 98 21 74 0 4E 18 28 13E 40 24
Octal 230 41 164 0 116 30 50 476 100 44
Binary 10011000 100001 1110100 0 1001110 11000 101000 100111110 1000000 100100

Color Harmonies of #982174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982174

Black with #982174

Text Example


Text Example

White with #982174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982174; }

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

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

background-color css

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

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

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

border-color css

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

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

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