Html Css Color HEX #981276 Dark Purple

📋 copy color: '#981276'

red 152 ◦ green 18 ◦ blue 118

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

Shades of Dark Purple #981276

Tints of Dark Purple #981276

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.25%

 BLUE value IS 118 (46.48% from 255) = 40.97%

R = 52.78%
G = 6.25%
B = 40.97%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#981276 (or 0x981276) is known color: Dark Purple. HEX triplet: 98, 12 and 76. RGB value is (152,18,118). Sum of RGB (Red+Green+Blue) = 152+18+118=288 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.78% from 288); Green value is 18 (7.42% from 255 or 6.25% from 288); Blue value is 118 (46.48% from 255 or 40.97% from 288); Max value from RGB is 152 - color contains mainly: red. Hex color #981276 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981276 is #67ED89. Grayscale: #454545. Windows color (decimal): -6811018 or 7738008. OLE color: 7738008.

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

Color convert

RGB 152 18 118 -
CMYK 0 0.88 0.22 0.40
HSL 315.22º 0.79% 0.33% -
HSV(B) 315.22º 0.88% 0.6% -
XYZ 16.44 8.42 17.9 -
YUV 69.47 155.39 186.87 -
System Red Green Blue C M Y K H S L
Decimal 152 18 118 0 0.88 0.22 0.40 315.22 0.79 0.33
Hex 98 12 76 0 58 16 28 13B 4F 21
Octal 230 22 166 0 130 26 50 473 117 41
Binary 10011000 10010 1110110 0 1011000 10110 101000 100111011 1001111 100001

Color Harmonies of #981276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981276

Black with #981276

Text Example


Text Example

White with #981276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981276; }

 p { color: rgb(152,18,118); }

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

background-color css

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

 a { background-color: rgb(152,18,118); }

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

border-color css

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

 span { border-color: rgb(152,18,118); }

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