Html Css Color HEX #983284 Dark Purple

📋 copy color: '#983284'

red 152 ◦ green 50 ◦ blue 132

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

Shades of Dark Purple #983284

Tints of Dark Purple #983284

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 39.52%

R = 45.51%
G = 14.97%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#983284 (or 0x983284) is known color: Dark Purple. HEX triplet: 98, 32 and 84. RGB value is (152,50,132). Sum of RGB (Red+Green+Blue) = 152+50+132=334 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.51% from 334); Green value is 50 (19.92% from 255 or 14.97% from 334); Blue value is 132 (51.95% from 255 or 39.52% from 334); Max value from RGB is 152 - color contains mainly: red. Hex color #983284 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983284 is #67CD7B. Grayscale: #595959. Windows color (decimal): -6802812 or 8663704. OLE color: 8663704.

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

Color convert

RGB 152 50 132 -
CMYK 0 0.67 0.13 0.40
HSL 311.76º 0.5% 0.4% -
HSV(B) 311.76º 0.67% 0.6% -
XYZ 18.25 10.62 22.92 -
YUV 89.85 151.79 172.33 -
System Red Green Blue C M Y K H S L
Decimal 152 50 132 0 0.67 0.13 0.40 311.76 0.5 0.4
Hex 98 32 84 0 43 D 28 138 32 28
Octal 230 62 204 0 103 15 50 470 62 50
Binary 10011000 110010 10000100 0 1000011 1101 101000 100111000 110010 101000

Color Harmonies of #983284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983284

Black with #983284

Text Example


Text Example

White with #983284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983284; }

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

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

background-color css

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

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

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

border-color css

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

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

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