Html Css Color HEX #981C8C Dark Purple

📋 copy color: '#981C8C'

red 152 ◦ green 28 ◦ blue 140

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

Shades of Dark Purple #981C8C

Tints of Dark Purple #981C8C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.75%

 BLUE value IS 140 (55.08% from 255) = 43.75%

R = 47.5%
G = 8.75%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#981C8C (or 0x981C8C) is known color: Dark Purple. HEX triplet: 98, 1C and 8C. RGB value is (152,28,140). Sum of RGB (Red+Green+Blue) = 152+28+140=320 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.5% from 320); Green value is 28 (11.33% from 255 or 8.75% from 320); Blue value is 140 (55.08% from 255 or 43.75% from 320); Max value from RGB is 152 - color contains mainly: red. Hex color #981C8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981C8C is #67E373. Grayscale: #4D4D4D. Windows color (decimal): -6808436 or 9182360. OLE color: 9182360.

HSL color Cylindrical-coordinate representation of color #981C8C: hue angle of 305.81º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #981C8C is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 28 140 -
CMYK 0 0.82 0.08 0.40
HSL 305.81º 0.69% 0.35% -
HSV(B) 305.81º 0.82% 0.6% -
XYZ 18.1 9.4 25.67 -
YUV 77.84 163.08 180.89 -
System Red Green Blue C M Y K H S L
Decimal 152 28 140 0 0.82 0.08 0.40 305.81 0.69 0.35
Hex 98 1C 8C 0 52 8 28 132 45 23
Octal 230 34 214 0 122 10 50 462 105 43
Binary 10011000 11100 10001100 0 1010010 1000 101000 100110010 1000101 100011

Color Harmonies of #981C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981C8C

Black with #981C8C

Text Example


Text Example

White with #981C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981C8C; }

 p { color: rgb(152,28,140); }

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

background-color css

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

 a { background-color: rgb(152,28,140); }

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

border-color css

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

 span { border-color: rgb(152,28,140); }

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