#933AB5

Color #933AB5 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #933AB5

Tints of Dark Orchid #933AB5

Color information

#933AB5 (or 0x933AB5) is unknown color: approx Dark Orchid. HEX triplet: 93, 3A and B5. RGB value is (147,58,181). Sum of RGB (Red+Green+Blue) = 147+58+181=386 (51% of max value = 765). Red value is 147 (57.81% from 255 or 38.08% from 386); Green value is 58 (23.05% from 255 or 15.03% from 386); Blue value is 181 (71.09% from 255 or 46.89% from 386); Max value from RGB is 181 - color contains mainly: blue. Hex color #933AB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #933AB5 is #6CC54A. Grayscale: #626262. Windows color (decimal): -7128395 or 11877011. OLE color: 11877011.

HSL color Cylindrical-coordinate representation of color #933AB5: hue angle of 283.41º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #933AB5 is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB14758181-
CMYK0.190.6800.29
HSL283.41º51.46%46.86%-
HSV(B)283.41º67.96%70.98%-
XYZ21.8912.5744.99-
YUV98.63174.49162.5-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.08%
GREEN value IS 58 (23.05% from 255) = 15.03%
BLUE value IS 181 (71.09% from 255) = 46.89%
R=38.08%
G=15.03%
B=46.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal147581810.190.6800.29283.4151.4646.86
Hex933AB5134401D11b332f
Octal22372265231040354336357
Binary1001001111101010110101100111000100011101100011011110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #933AB5;
 }
 .AnyTagClassName
 {
   color: #933AB5;
 }
</style>
background-color css

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

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

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

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

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

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