Html Css Color HEX #981975 Dark Purple

📋 copy color: '#981975'

red 152 ◦ green 25 ◦ blue 117

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

Shades of Dark Purple #981975

Tints of Dark Purple #981975

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.5%

 BLUE value IS 117 (46.09% from 255) = 39.8%

R = 51.7%
G = 8.5%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#981975 (or 0x981975) is known color: Dark Purple. HEX triplet: 98, 19 and 75. RGB value is (152,25,117). Sum of RGB (Red+Green+Blue) = 152+25+117=294 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.70% from 294); Green value is 25 (10.16% from 255 or 8.50% from 294); Blue value is 117 (46.09% from 255 or 39.80% from 294); Max value from RGB is 152 - color contains mainly: red. Hex color #981975 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981975 is #67E68A. Grayscale: #494949. Windows color (decimal): -6809227 or 7674264. OLE color: 7674264.

HSL color Cylindrical-coordinate representation of color #981975: hue angle of 316.54º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #981975 is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 25 117 -
CMYK 0 0.84 0.23 0.40
HSL 316.54º 0.72% 0.35% -
HSV(B) 316.54º 0.84% 0.6% -
XYZ 16.51 8.66 17.63 -
YUV 73.46 152.58 184.02 -
System Red Green Blue C M Y K H S L
Decimal 152 25 117 0 0.84 0.23 0.40 316.54 0.72 0.35
Hex 98 19 75 0 54 17 28 13D 48 23
Octal 230 31 165 0 124 27 50 475 110 43
Binary 10011000 11001 1110101 0 1010100 10111 101000 100111101 1001000 100011

Color Harmonies of #981975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981975

Black with #981975

Text Example


Text Example

White with #981975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981975; }

 p { color: rgb(152,25,117); }

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

background-color css

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

 a { background-color: rgb(152,25,117); }

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

border-color css

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

 span { border-color: rgb(152,25,117); }

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