Html Css Color HEX #933482 Dark Purple

📋 copy color: '#933482'

red 147 ◦ green 52 ◦ blue 130

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

Shades of Dark Purple #933482

Tints of Dark Purple #933482

RGB

 RED value IS 147 (57.81% from 255) = 44.68%

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

 BLUE value IS 130 (51.17% from 255) = 39.51%

R = 44.68%
G = 15.81%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#933482 (or 0x933482) is known color: Dark Purple. HEX triplet: 93, 34 and 82. RGB value is (147,52,130). Sum of RGB (Red+Green+Blue) = 147+52+130=329 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.68% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 130 (51.17% from 255 or 39.51% from 329); Max value from RGB is 147 - color contains mainly: red. Hex color #933482 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #933482 is #6CCB7D. Grayscale: #595959. Windows color (decimal): -7129982 or 8533139. OLE color: 8533139.

HSL color Cylindrical-coordinate representation of color #933482: hue angle of 310.74º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #933482 is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 52 130 -
CMYK 0 0.65 0.12 0.42
HSL 310.74º 0.48% 0.39% -
HSV(B) 310.74º 0.65% 0.58% -
XYZ 17.29 10.27 22.19 -
YUV 89.3 150.97 169.16 -
System Red Green Blue C M Y K H S L
Decimal 147 52 130 0 0.65 0.12 0.42 310.74 0.48 0.39
Hex 93 34 82 0 41 C 2A 137 30 27
Octal 223 64 202 0 101 14 52 467 60 47
Binary 10010011 110100 10000010 0 1000001 1100 101010 100110111 110000 100111

Color Harmonies of #933482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #933482

Black with #933482

Text Example


Text Example

White with #933482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #933482; }

 p { color: rgb(147,52,130); }

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

background-color css

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

 a { background-color: rgb(147,52,130); }

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

border-color css

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

 span { border-color: rgb(147,52,130); }

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