Html Css Color HEX #983483 Dark Purple

📋 copy color: '#983483'

red 152 ◦ green 52 ◦ blue 131

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

Shades of Dark Purple #983483

Tints of Dark Purple #983483

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.52%

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

R = 45.37%
G = 15.52%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#983483 (or 0x983483) is known color: Dark Purple. HEX triplet: 98, 34 and 83. RGB value is (152,52,131). Sum of RGB (Red+Green+Blue) = 152+52+131=335 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.37% from 335); Green value is 52 (20.70% from 255 or 15.52% from 335); Blue value is 131 (51.56% from 255 or 39.10% from 335); Max value from RGB is 152 - color contains mainly: red. Hex color #983483 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983483 is #67CB7C. Grayscale: #5A5A5A. Windows color (decimal): -6802301 or 8598680. OLE color: 8598680.

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

Color convert

RGB 152 52 131 -
CMYK 0 0.66 0.14 0.40
HSL 312.6º 0.49% 0.4% -
HSV(B) 312.6º 0.66% 0.6% -
XYZ 18.27 10.77 22.59 -
YUV 90.91 150.63 171.58 -
System Red Green Blue C M Y K H S L
Decimal 152 52 131 0 0.66 0.14 0.40 312.6 0.49 0.4
Hex 98 34 83 0 42 E 28 139 31 28
Octal 230 64 203 0 102 16 50 471 61 50
Binary 10011000 110100 10000011 0 1000010 1110 101000 100111001 110001 101000

Color Harmonies of #983483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983483

Black with #983483

Text Example


Text Example

White with #983483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983483; }

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

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

background-color css

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

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

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

border-color css

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

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

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