Html Css Color HEX #983281 Dark Purple

📋 copy color: '#983281'

red 152 ◦ green 50 ◦ blue 129

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

Shades of Dark Purple #983281

Tints of Dark Purple #983281

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.11%

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

R = 45.92%
G = 15.11%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.15

 K value IS 0.40

RGB Variations

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

Color information

#983281 (or 0x983281) is known color: Dark Purple. HEX triplet: 98, 32 and 81. RGB value is (152,50,129). Sum of RGB (Red+Green+Blue) = 152+50+129=331 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.92% from 331); Green value is 50 (19.92% from 255 or 15.11% from 331); Blue value is 129 (50.78% from 255 or 38.97% from 331); Max value from RGB is 152 - color contains mainly: red. Hex color #983281 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983281 is #67CD7E. Grayscale: #595959. Windows color (decimal): -6802815 or 8467096. OLE color: 8467096.

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

Color convert

RGB 152 50 129 -
CMYK 0 0.67 0.15 0.40
HSL 313.53º 0.5% 0.4% -
HSV(B) 313.53º 0.67% 0.6% -
XYZ 18.05 10.54 21.85 -
YUV 89.5 150.29 172.58 -
System Red Green Blue C M Y K H S L
Decimal 152 50 129 0 0.67 0.15 0.40 313.53 0.5 0.4
Hex 98 32 81 0 43 F 28 13A 32 28
Octal 230 62 201 0 103 17 50 472 62 50
Binary 10011000 110010 10000001 0 1000011 1111 101000 100111010 110010 101000

Color Harmonies of #983281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983281

Black with #983281

Text Example


Text Example

White with #983281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983281; }

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

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

background-color css

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

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

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

border-color css

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

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

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