#933AC8

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

Shades of Dark Orchid #933AC8

Tints of Dark Orchid #933AC8

Color information

#933AC8 (or 0x933AC8) is unknown color: approx Dark Orchid. HEX triplet: 93, 3A and C8. RGB value is (147,58,200). Sum of RGB (Red+Green+Blue) = 147+58+200=405 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.30% from 405); Green value is 58 (23.05% from 255 or 14.32% from 405); Blue value is 200 (78.52% from 255 or 49.38% from 405); Max value from RGB is 200 - color contains mainly: blue. Hex color #933AC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #933AC8 is #6CC537. Grayscale: #646464. Windows color (decimal): -7128376 or 13122195. OLE color: 13122195.

HSL color Cylindrical-coordinate representation of color #933AC8: hue angle of 277.61º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #933AC8 is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB14758200-
CMYK0.260.7100.22
HSL277.61º56.35%50.59%-
HSV(B)277.61º71%78.43%-
XYZ23.9713.455.97-
YUV100.8183.99160.95-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.30%
GREEN value IS 58 (23.05% from 255) = 14.32%
BLUE value IS 200 (78.52% from 255) = 49.38%
R=36.30%
G=14.32%
B=49.38%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal147582000.260.7100.22277.6156.3550.59
Hex933AC81A470161163833
Octal22372310321070264267063
Binary1001001111101011001000110101000111010110100010110111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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