Html Css Color HEX #983473 Dark Purple

📋 copy color: '#983473'

red 152 ◦ green 52 ◦ blue 115

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

Shades of Dark Purple #983473

Tints of Dark Purple #983473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 36.05%

R = 47.65%
G = 16.3%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#983473 (or 0x983473) is known color: Dark Purple. HEX triplet: 98, 34 and 73. RGB value is (152,52,115). Sum of RGB (Red+Green+Blue) = 152+52+115=319 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.65% from 319); Green value is 52 (20.70% from 255 or 16.30% from 319); Blue value is 115 (45.31% from 255 or 36.05% from 319); Max value from RGB is 152 - color contains mainly: red. Hex color #983473 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983473 is #67CB8C. Grayscale: #585858. Windows color (decimal): -6802317 or 7550104. OLE color: 7550104.

HSL color Cylindrical-coordinate representation of color #983473: hue angle of 322.2º 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 #983473 is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 52 115 -
CMYK 0 0.66 0.24 0.40
HSL 322.2º 0.49% 0.4% -
HSV(B) 322.2º 0.66% 0.6% -
XYZ 17.27 10.37 17.31 -
YUV 89.08 142.63 172.88 -
System Red Green Blue C M Y K H S L
Decimal 152 52 115 0 0.66 0.24 0.40 322.2 0.49 0.4
Hex 98 34 73 0 42 18 28 142 31 28
Octal 230 64 163 0 102 30 50 502 61 50
Binary 10011000 110100 1110011 0 1000010 11000 101000 101000010 110001 101000

Color Harmonies of #983473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983473

Black with #983473

Text Example


Text Example

White with #983473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983473; }

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

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

background-color css

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

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

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

border-color css

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

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

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