Html Css Color HEX #981485 Dark Purple

📋 copy color: '#981485'

red 152 ◦ green 20 ◦ blue 133

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

Shades of Dark Purple #981485

Tints of Dark Purple #981485

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.56%

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

R = 49.84%
G = 6.56%
B = 43.61%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#981485 (or 0x981485) is known color: Dark Purple. HEX triplet: 98, 14 and 85. RGB value is (152,20,133). Sum of RGB (Red+Green+Blue) = 152+20+133=305 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.84% from 305); Green value is 20 (8.20% from 255 or 6.56% from 305); Blue value is 133 (52.34% from 255 or 43.61% from 305); Max value from RGB is 152 - color contains mainly: red. Hex color #981485 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981485 is #67EB7A. Grayscale: #484848. Windows color (decimal): -6810491 or 8721560. OLE color: 8721560.

HSL color Cylindrical-coordinate representation of color #981485: hue angle of 308.64º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #981485 is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 20 133 -
CMYK 0 0.87 0.13 0.40
HSL 308.64º 0.77% 0.34% -
HSV(B) 308.64º 0.87% 0.6% -
XYZ 17.43 8.87 22.98 -
YUV 72.35 162.23 184.81 -
System Red Green Blue C M Y K H S L
Decimal 152 20 133 0 0.87 0.13 0.40 308.64 0.77 0.34
Hex 98 14 85 0 57 D 28 135 4D 22
Octal 230 24 205 0 127 15 50 465 115 42
Binary 10011000 10100 10000101 0 1010111 1101 101000 100110101 1001101 100010

Color Harmonies of #981485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981485

Black with #981485

Text Example


Text Example

White with #981485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981485; }

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

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

background-color css

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

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

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

border-color css

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

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

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