Html Css Color HEX #933381 Dark Purple

📋 copy color: '#933381'

red 147 ◦ green 51 ◦ blue 129

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

Shades of Dark Purple #933381

Tints of Dark Purple #933381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 39.45%

R = 44.95%
G = 15.6%
B = 39.45%

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

#933381 (or 0x933381) is known color: Dark Purple. HEX triplet: 93, 33 and 81. RGB value is (147,51,129). Sum of RGB (Red+Green+Blue) = 147+51+129=327 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.95% from 327); Green value is 51 (20.31% from 255 or 15.60% from 327); Blue value is 129 (50.78% from 255 or 39.45% from 327); Max value from RGB is 147 - color contains mainly: red. Hex color #933381 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #933381 is #6CCC7E. Grayscale: #585858. Windows color (decimal): -7130239 or 8467347. OLE color: 8467347.

HSL color Cylindrical-coordinate representation of color #933381: hue angle of 311.25º 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 #933381 is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 51 129 -
CMYK 0 0.65 0.12 0.42
HSL 311.25º 0.48% 0.39% -
HSV(B) 311.25º 0.65% 0.58% -
XYZ 17.18 10.16 21.82 -
YUV 88.6 150.8 169.66 -
System Red Green Blue C M Y K H S L
Decimal 147 51 129 0 0.65 0.12 0.42 311.25 0.48 0.39
Hex 93 33 81 0 41 C 2A 137 30 27
Octal 223 63 201 0 101 14 52 467 60 47
Binary 10010011 110011 10000001 0 1000001 1100 101010 100110111 110000 100111

Color Harmonies of #933381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #933381

Black with #933381

Text Example


Text Example

White with #933381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #933381; }

 p { color: rgb(147,51,129); }

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

background-color css

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

 a { background-color: rgb(147,51,129); }

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

border-color css

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

 span { border-color: rgb(147,51,129); }

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