Html Css Color HEX #982681 Dark Purple

📋 copy color: '#982681'

red 152 ◦ green 38 ◦ blue 129

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

Shades of Dark Purple #982681

Tints of Dark Purple #982681

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.91%

 BLUE value IS 129 (50.78% from 255) = 40.44%

R = 47.65%
G = 11.91%
B = 40.44%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.15

 K value IS 0.40

RGB Variations

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

Color information

#982681 (or 0x982681) is known color: Dark Purple. HEX triplet: 98, 26 and 81. RGB value is (152,38,129). Sum of RGB (Red+Green+Blue) = 152+38+129=319 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.65% from 319); Green value is 38 (15.23% from 255 or 11.91% from 319); Blue value is 129 (50.78% from 255 or 40.44% from 319); Max value from RGB is 152 - color contains mainly: red. Hex color #982681 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982681 is #67D97E. Grayscale: #525252. Windows color (decimal): -6805887 or 8464024. OLE color: 8464024.

HSL color Cylindrical-coordinate representation of color #982681: hue angle of 312.11º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #982681 is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 38 129 -
CMYK 0 0.75 0.15 0.40
HSL 312.11º 0.6% 0.37% -
HSV(B) 312.11º 0.75% 0.6% -
XYZ 17.6 9.65 21.7 -
YUV 82.46 154.27 177.6 -
System Red Green Blue C M Y K H S L
Decimal 152 38 129 0 0.75 0.15 0.40 312.11 0.6 0.37
Hex 98 26 81 0 4B F 28 138 3C 25
Octal 230 46 201 0 113 17 50 470 74 45
Binary 10011000 100110 10000001 0 1001011 1111 101000 100111000 111100 100101

Color Harmonies of #982681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982681

Black with #982681

Text Example


Text Example

White with #982681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982681; }

 p { color: rgb(152,38,129); }

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

background-color css

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

 a { background-color: rgb(152,38,129); }

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

border-color css

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

 span { border-color: rgb(152,38,129); }

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