#933AC9

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

Shades of Dark Orchid #933AC9

Tints of Dark Orchid #933AC9

Color information

#933AC9 (or 0x933AC9) is unknown color: approx Dark Orchid. HEX triplet: 93, 3A and C9. RGB value is (147,58,201). Sum of RGB (Red+Green+Blue) = 147+58+201=406 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.21% from 406); Green value is 58 (23.05% from 255 or 14.29% from 406); Blue value is 201 (78.91% from 255 or 49.51% from 406); Max value from RGB is 201 - color contains mainly: blue. Hex color #933AC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #933AC9 is #6CC536. Grayscale: #646464. Windows color (decimal): -7128375 or 13187731. OLE color: 13187731.

HSL color Cylindrical-coordinate representation of color #933AC9: hue angle of 277.34º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #933AC9 is Cyan = 0.27, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14758201-
CMYK0.270.7100.21
HSL277.34º56.97%50.78%-
HSV(B)277.34º71.14%78.82%-
XYZ24.0913.4556.58-
YUV100.91184.49160.87-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.21%
GREEN value IS 58 (23.05% from 255) = 14.29%
BLUE value IS 201 (78.91% from 255) = 49.51%
R=36.21%
G=14.29%
B=49.51%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal147582010.270.7100.21277.3456.9750.78
Hex933AC91B470151153933
Octal22372311331070254257163
Binary1001001111101011001001110111000111010101100010101111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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