Html Css Color HEX #933A83 Dark Purple

📋 copy color: '#933A83'

red 147 ◦ green 58 ◦ blue 131

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

Shades of Dark Purple #933A83

Tints of Dark Purple #933A83

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.26%

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

R = 43.75%
G = 17.26%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#933A83 (or 0x933A83) is known color: Dark Purple. HEX triplet: 93, 3A and 83. RGB value is (147,58,131). Sum of RGB (Red+Green+Blue) = 147+58+131=336 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.75% from 336); Green value is 58 (23.05% from 255 or 17.26% from 336); Blue value is 131 (51.56% from 255 or 38.99% from 336); Max value from RGB is 147 - color contains mainly: red. Hex color #933A83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #933A83 is #6CC57C. Grayscale: #5C5C5C. Windows color (decimal): -7128445 or 8600211. OLE color: 8600211.

HSL color Cylindrical-coordinate representation of color #933A83: hue angle of 310.79º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #933A83 is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 58 131 -
CMYK 0 0.61 0.11 0.42
HSL 310.79º 0.43% 0.4% -
HSV(B) 310.79º 0.61% 0.58% -
XYZ 17.64 10.87 22.64 -
YUV 92.93 149.49 166.56 -
System Red Green Blue C M Y K H S L
Decimal 147 58 131 0 0.61 0.11 0.42 310.79 0.43 0.4
Hex 93 3A 83 0 3D B 2A 137 2B 28
Octal 223 72 203 0 75 13 52 467 53 50
Binary 10010011 111010 10000011 0 111101 1011 101010 100110111 101011 101000

Color Harmonies of #933A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #933A83

Black with #933A83

Text Example


Text Example

White with #933A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #933A83; }

 p { color: rgb(147,58,131); }

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

background-color css

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

 a { background-color: rgb(147,58,131); }

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

border-color css

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

 span { border-color: rgb(147,58,131); }

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