Html Css Color HEX #981083 Dark Purple

📋 copy color: '#981083'

red 152 ◦ green 16 ◦ blue 131

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

Shades of Dark Purple #981083

Tints of Dark Purple #981083

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.35%

 BLUE value IS 131 (51.56% from 255) = 43.81%

R = 50.84%
G = 5.35%
B = 43.81%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#981083 (or 0x981083) is known color: Dark Purple. HEX triplet: 98, 10 and 83. RGB value is (152,16,131). Sum of RGB (Red+Green+Blue) = 152+16+131=299 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.84% from 299); Green value is 16 (6.64% from 255 or 5.35% from 299); Blue value is 131 (51.56% from 255 or 43.81% from 299); Max value from RGB is 152 - color contains mainly: red. Hex color #981083 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981083 is #67EF7C. Grayscale: #454545. Windows color (decimal): -6811517 or 8589464. OLE color: 8589464.

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

Color convert

RGB 152 16 131 -
CMYK 0 0.89 0.14 0.40
HSL 309.26º 0.81% 0.33% -
HSV(B) 309.26º 0.89% 0.6% -
XYZ 17.23 8.68 22.24 -
YUV 69.77 162.56 186.65 -
System Red Green Blue C M Y K H S L
Decimal 152 16 131 0 0.89 0.14 0.40 309.26 0.81 0.33
Hex 98 10 83 0 59 E 28 135 51 21
Octal 230 20 203 0 131 16 50 465 121 41
Binary 10011000 10000 10000011 0 1011001 1110 101000 100110101 1010001 100001

Color Harmonies of #981083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981083

Black with #981083

Text Example


Text Example

White with #981083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981083; }

 p { color: rgb(152,16,131); }

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

background-color css

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

 a { background-color: rgb(152,16,131); }

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

border-color css

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

 span { border-color: rgb(152,16,131); }

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