Html Css Color HEX #982075 Dark Purple

📋 copy color: '#982075'

red 152 ◦ green 32 ◦ blue 117

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

Shades of Dark Purple #982075

Tints of Dark Purple #982075

RGB

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

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

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

R = 50.5%
G = 10.63%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#982075 (or 0x982075) is known color: Dark Purple. HEX triplet: 98, 20 and 75. RGB value is (152,32,117). Sum of RGB (Red+Green+Blue) = 152+32+117=301 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.50% from 301); Green value is 32 (12.89% from 255 or 10.63% from 301); Blue value is 117 (46.09% from 255 or 38.87% from 301); Max value from RGB is 152 - color contains mainly: red. Hex color #982075 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982075 is #67DF8A. Grayscale: #4D4D4D. Windows color (decimal): -6807435 or 7676056. OLE color: 7676056.

HSL color Cylindrical-coordinate representation of color #982075: hue angle of 317.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 #982075 is Cyan = 0, Magento = 0.79, Yellow = 0.23 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 32 117 -
CMYK 0 0.79 0.23 0.40
HSL 317.5º 0.65% 0.36% -
HSV(B) 317.5º 0.79% 0.6% -
XYZ 16.68 8.99 17.69 -
YUV 77.57 150.26 181.09 -
System Red Green Blue C M Y K H S L
Decimal 152 32 117 0 0.79 0.23 0.40 317.5 0.65 0.36
Hex 98 20 75 0 4F 17 28 13E 41 24
Octal 230 40 165 0 117 27 50 476 101 44
Binary 10011000 100000 1110101 0 1001111 10111 101000 100111110 1000001 100100

Color Harmonies of #982075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982075

Black with #982075

Text Example


Text Example

White with #982075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982075; }

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

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

background-color css

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

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

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

border-color css

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

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

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