#933BC9

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

Shades of Dark Orchid #933BC9

Tints of Dark Orchid #933BC9

Color information

#933BC9 (or 0x933BC9) is unknown color: approx Dark Orchid. HEX triplet: 93, 3B and C9. RGB value is (147,59,201). Sum of RGB (Red+Green+Blue) = 147+59+201=407 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.12% from 407); Green value is 59 (23.44% from 255 or 14.50% from 407); Blue value is 201 (78.91% from 255 or 49.39% from 407); Max value from RGB is 201 - color contains mainly: blue. Hex color #933BC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #933BC9 is #6CC436. Grayscale: #656565. Windows color (decimal): -7128119 or 13187987. OLE color: 13187987.

HSL color Cylindrical-coordinate representation of color #933BC9: hue angle of 277.18º 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 #933BC9 is Cyan = 0.27, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14759201-
CMYK0.270.7100.21
HSL277.18º56.8%50.98%-
HSV(B)277.18º70.65%78.82%-
XYZ24.1413.5556.6-
YUV101.5184.15160.45-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.12%
GREEN value IS 59 (23.44% from 255) = 14.50%
BLUE value IS 201 (78.91% from 255) = 49.39%
R=36.12%
G=14.50%
B=49.39%

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
Decimal147592010.270.7100.21277.1856.850.98
Hex933BC91B470151153933
Octal22373311331070254257163
Binary1001001111101111001001110111000111010101100010101111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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