#933CC1

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

Shades of Dark Orchid #933CC1

Tints of Dark Orchid #933CC1

Color information

#933CC1 (or 0x933CC1) is unknown color: approx Dark Orchid. HEX triplet: 93, 3C and C1. RGB value is (147,60,193). Sum of RGB (Red+Green+Blue) = 147+60+193=400 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.75% from 400); Green value is 60 (23.83% from 255 or 15% from 400); Blue value is 193 (75.78% from 255 or 48.25% from 400); Max value from RGB is 193 - color contains mainly: blue. Hex color #933CC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #933CC1 is #6CC33E. Grayscale: #646464. Windows color (decimal): -7127871 or 12663955. OLE color: 12663955.

HSL color Cylindrical-coordinate representation of color #933CC1: hue angle of 279.25º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #933CC1 is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB14760193-
CMYK0.240.6900.24
HSL279.25º52.57%49.61%-
HSV(B)279.25º68.91%75.69%-
XYZ23.2713.2951.79-
YUV101.18179.82160.69-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.75%
GREEN value IS 60 (23.83% from 255) = 15%
BLUE value IS 193 (75.78% from 255) = 48.25%
R=36.75%
G=15%
B=48.25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal147601930.240.6900.24279.2552.5749.61
Hex933CC118450181173532
Octal22374301301050304276562
Binary1001001111110011000001110001000101011000100010111110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,60,193); }

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

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

 a { background-color: rgb(147,60,193); }

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

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

 span { border-color: rgb(147,60,193); }

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