Html Css Color HEX #982770 Dark Purple

📋 copy color: '#982770'

red 152 ◦ green 39 ◦ blue 112

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

Shades of Dark Purple #982770

Tints of Dark Purple #982770

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.87%

 BLUE value IS 112 (44.14% from 255) = 36.96%

R = 50.17%
G = 12.87%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#982770 (or 0x982770) is known color: Dark Purple. HEX triplet: 98, 27 and 70. RGB value is (152,39,112). Sum of RGB (Red+Green+Blue) = 152+39+112=303 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.17% from 303); Green value is 39 (15.62% from 255 or 12.87% from 303); Blue value is 112 (44.14% from 255 or 36.96% from 303); Max value from RGB is 152 - color contains mainly: red. Hex color #982770 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982770 is #67D88F. Grayscale: #505050. Windows color (decimal): -6805648 or 7350168. OLE color: 7350168.

HSL color Cylindrical-coordinate representation of color #982770: hue angle of 321.24º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #982770 is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 39 112 -
CMYK 0 0.74 0.26 0.40
HSL 321.24º 0.59% 0.37% -
HSV(B) 321.24º 0.74% 0.6% -
XYZ 16.6 9.3 16.25 -
YUV 81.11 145.44 178.56 -
System Red Green Blue C M Y K H S L
Decimal 152 39 112 0 0.74 0.26 0.40 321.24 0.59 0.37
Hex 98 27 70 0 4A 1A 28 141 3B 25
Octal 230 47 160 0 112 32 50 501 73 45
Binary 10011000 100111 1110000 0 1001010 11010 101000 101000001 111011 100101

Color Harmonies of #982770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982770

Black with #982770

Text Example


Text Example

White with #982770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982770; }

 p { color: rgb(152,39,112); }

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

background-color css

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

 a { background-color: rgb(152,39,112); }

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

border-color css

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

 span { border-color: rgb(152,39,112); }

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