Html Css Color HEX #981377 Dark Purple

📋 copy color: '#981377'

red 152 ◦ green 19 ◦ blue 119

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

Shades of Dark Purple #981377

Tints of Dark Purple #981377

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.55%

 BLUE value IS 119 (46.88% from 255) = 41.03%

R = 52.41%
G = 6.55%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#981377 (or 0x981377) is known color: Dark Purple. HEX triplet: 98, 13 and 77. RGB value is (152,19,119). Sum of RGB (Red+Green+Blue) = 152+19+119=290 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.41% from 290); Green value is 19 (7.81% from 255 or 6.55% from 290); Blue value is 119 (46.88% from 255 or 41.03% from 290); Max value from RGB is 152 - color contains mainly: red. Hex color #981377 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981377 is #67EC88. Grayscale: #454545. Windows color (decimal): -6810761 or 7803800. OLE color: 7803800.

HSL color Cylindrical-coordinate representation of color #981377: hue angle of 314.89º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #981377 is Cyan = 0, Magento = 0.87, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 19 119 -
CMYK 0 0.87 0.22 0.40
HSL 314.89º 0.78% 0.34% -
HSV(B) 314.89º 0.88% 0.6% -
XYZ 16.51 8.47 18.22 -
YUV 70.17 155.56 186.37 -
System Red Green Blue C M Y K H S L
Decimal 152 19 119 0 0.87 0.22 0.40 314.89 0.78 0.34
Hex 98 13 77 0 57 16 28 13B 4E 22
Octal 230 23 167 0 127 26 50 473 116 42
Binary 10011000 10011 1110111 0 1010111 10110 101000 100111011 1001110 100010

Color Harmonies of #981377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981377

Black with #981377

Text Example


Text Example

White with #981377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981377; }

 p { color: rgb(152,19,119); }

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

background-color css

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

 a { background-color: rgb(152,19,119); }

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

border-color css

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

 span { border-color: rgb(152,19,119); }

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