Html Css Color HEX #981883 Dark Purple

📋 copy color: '#981883'

red 152 ◦ green 24 ◦ blue 131

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

Shades of Dark Purple #981883

Tints of Dark Purple #981883

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.82%

 BLUE value IS 131 (51.56% from 255) = 42.67%

R = 49.51%
G = 7.82%
B = 42.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#981883 (or 0x981883) is known color: Dark Purple. HEX triplet: 98, 18 and 83. RGB value is (152,24,131). Sum of RGB (Red+Green+Blue) = 152+24+131=307 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.51% from 307); Green value is 24 (9.77% from 255 or 7.82% from 307); Blue value is 131 (51.56% from 255 or 42.67% from 307); Max value from RGB is 152 - color contains mainly: red. Hex color #981883 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981883 is #67E77C. Grayscale: #4A4A4A. Windows color (decimal): -6809469 or 8591512. OLE color: 8591512.

HSL color Cylindrical-coordinate representation of color #981883: hue angle of 309.84º degrees, saturation: 0.73, 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 #981883 is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 24 131 -
CMYK 0 0.84 0.14 0.40
HSL 309.84º 0.73% 0.35% -
HSV(B) 309.84º 0.84% 0.6% -
XYZ 17.37 8.97 22.29 -
YUV 74.47 159.91 183.3 -
System Red Green Blue C M Y K H S L
Decimal 152 24 131 0 0.84 0.14 0.40 309.84 0.73 0.35
Hex 98 18 83 0 54 E 28 136 49 23
Octal 230 30 203 0 124 16 50 466 111 43
Binary 10011000 11000 10000011 0 1010100 1110 101000 100110110 1001001 100011

Color Harmonies of #981883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981883

Black with #981883

Text Example


Text Example

White with #981883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981883; }

 p { color: rgb(152,24,131); }

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

background-color css

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

 a { background-color: rgb(152,24,131); }

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

border-color css

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

 span { border-color: rgb(152,24,131); }

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