Html Css Color HEX #981885 Dark Purple

📋 copy color: '#981885'

red 152 ◦ green 24 ◦ blue 133

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

Shades of Dark Purple #981885

Tints of Dark Purple #981885

RGB

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

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

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

R = 49.19%
G = 7.77%
B = 43.04%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#981885 (or 0x981885) is known color: Dark Purple. HEX triplet: 98, 18 and 85. RGB value is (152,24,133). Sum of RGB (Red+Green+Blue) = 152+24+133=309 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.19% from 309); Green value is 24 (9.77% from 255 or 7.77% from 309); Blue value is 133 (52.34% from 255 or 43.04% from 309); Max value from RGB is 152 - color contains mainly: red. Hex color #981885 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981885 is #67E77A. Grayscale: #4A4A4A. Windows color (decimal): -6809467 or 8722584. OLE color: 8722584.

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

Color convert

RGB 152 24 133 -
CMYK 0 0.84 0.13 0.40
HSL 308.91º 0.73% 0.35% -
HSV(B) 308.91º 0.84% 0.6% -
XYZ 17.51 9.02 23.01 -
YUV 74.7 160.91 183.14 -
System Red Green Blue C M Y K H S L
Decimal 152 24 133 0 0.84 0.13 0.40 308.91 0.73 0.35
Hex 98 18 85 0 54 D 28 135 49 23
Octal 230 30 205 0 124 15 50 465 111 43
Binary 10011000 11000 10000101 0 1010100 1101 101000 100110101 1001001 100011

Color Harmonies of #981885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981885

Black with #981885

Text Example


Text Example

White with #981885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981885; }

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

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

background-color css

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

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

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

border-color css

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

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

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