Html Css Color HEX #983374 Dark Purple

📋 copy color: '#983374'

red 152 ◦ green 51 ◦ blue 116

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

Shades of Dark Purple #983374

Tints of Dark Purple #983374

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.99%

 BLUE value IS 116 (45.7% from 255) = 36.36%

R = 47.65%
G = 15.99%
B = 36.36%

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

#983374 (or 0x983374) is known color: Dark Purple. HEX triplet: 98, 33 and 74. RGB value is (152,51,116). Sum of RGB (Red+Green+Blue) = 152+51+116=319 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.65% from 319); Green value is 51 (20.31% from 255 or 15.99% from 319); Blue value is 116 (45.70% from 255 or 36.36% from 319); Max value from RGB is 152 - color contains mainly: red. Hex color #983374 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983374 is #67CC8B. Grayscale: #585858. Windows color (decimal): -6802572 or 7615384. OLE color: 7615384.

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

Color convert

RGB 152 51 116 -
CMYK 0 0.66 0.24 0.40
HSL 321.39º 0.5% 0.4% -
HSV(B) 321.39º 0.66% 0.6% -
XYZ 17.29 10.3 17.6 -
YUV 88.61 143.46 173.21 -
System Red Green Blue C M Y K H S L
Decimal 152 51 116 0 0.66 0.24 0.40 321.39 0.5 0.4
Hex 98 33 74 0 42 18 28 141 32 28
Octal 230 63 164 0 102 30 50 501 62 50
Binary 10011000 110011 1110100 0 1000010 11000 101000 101000001 110010 101000

Color Harmonies of #983374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983374

Black with #983374

Text Example


Text Example

White with #983374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983374; }

 p { color: rgb(152,51,116); }

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

background-color css

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

 a { background-color: rgb(152,51,116); }

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

border-color css

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

 span { border-color: rgb(152,51,116); }

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