Html Css Color HEX #982085 Dark Purple

📋 copy color: '#982085'

red 152 ◦ green 32 ◦ blue 133

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

Shades of Dark Purple #982085

Tints of Dark Purple #982085

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.09%

 BLUE value IS 133 (52.34% from 255) = 41.96%

R = 47.95%
G = 10.09%
B = 41.96%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#982085 (or 0x982085) is known color: Dark Purple. HEX triplet: 98, 20 and 85. RGB value is (152,32,133). Sum of RGB (Red+Green+Blue) = 152+32+133=317 (41% of max value = 765). Red value is 152 (59.77% from 255 or 47.95% from 317); Green value is 32 (12.89% from 255 or 10.09% from 317); Blue value is 133 (52.34% from 255 or 41.96% from 317); Max value from RGB is 152 - color contains mainly: red. Hex color #982085 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982085 is #67DF7A. Grayscale: #4F4F4F. Windows color (decimal): -6807419 or 8724632. OLE color: 8724632.

HSL color Cylindrical-coordinate representation of color #982085: hue angle of 309.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #982085 is Cyan = 0, Magento = 0.79, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 32 133 -
CMYK 0 0.79 0.13 0.40
HSL 309.5º 0.65% 0.36% -
HSV(B) 309.5º 0.79% 0.6% -
XYZ 17.7 9.4 23.07 -
YUV 79.39 158.26 179.79 -
System Red Green Blue C M Y K H S L
Decimal 152 32 133 0 0.79 0.13 0.40 309.5 0.65 0.36
Hex 98 20 85 0 4F D 28 136 41 24
Octal 230 40 205 0 117 15 50 466 101 44
Binary 10011000 100000 10000101 0 1001111 1101 101000 100110110 1000001 100100

Color Harmonies of #982085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982085

Black with #982085

Text Example


Text Example

White with #982085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982085; }

 p { color: rgb(152,32,133); }

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

background-color css

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

 a { background-color: rgb(152,32,133); }

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

border-color css

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

 span { border-color: rgb(152,32,133); }

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