Html Css Color HEX #981275 Dark Purple

📋 copy color: '#981275'

red 152 ◦ green 18 ◦ blue 117

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

Shades of Dark Purple #981275

Tints of Dark Purple #981275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 40.77%

R = 52.96%
G = 6.27%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#981275 (or 0x981275) is known color: Dark Purple. HEX triplet: 98, 12 and 75. RGB value is (152,18,117). Sum of RGB (Red+Green+Blue) = 152+18+117=287 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.96% from 287); Green value is 18 (7.42% from 255 or 6.27% from 287); Blue value is 117 (46.09% from 255 or 40.77% from 287); Max value from RGB is 152 - color contains mainly: red. Hex color #981275 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981275 is #67ED8A. Grayscale: #454545. Windows color (decimal): -6811019 or 7672472. OLE color: 7672472.

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

Color convert

RGB 152 18 117 -
CMYK 0 0.88 0.23 0.40
HSL 315.67º 0.79% 0.33% -
HSV(B) 315.67º 0.88% 0.6% -
XYZ 16.38 8.39 17.59 -
YUV 69.35 154.89 186.95 -
System Red Green Blue C M Y K H S L
Decimal 152 18 117 0 0.88 0.23 0.40 315.67 0.79 0.33
Hex 98 12 75 0 58 17 28 13C 4F 21
Octal 230 22 165 0 130 27 50 474 117 41
Binary 10011000 10010 1110101 0 1011000 10111 101000 100111100 1001111 100001

Color Harmonies of #981275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981275

Black with #981275

Text Example


Text Example

White with #981275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981275; }

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

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

background-color css

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

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

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

border-color css

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

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

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