#933CC3

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

Shades of Dark Orchid #933CC3

Tints of Dark Orchid #933CC3

Color information

#933CC3 (or 0x933CC3) is unknown color: approx Dark Orchid. HEX triplet: 93, 3C and C3. RGB value is (147,60,195). Sum of RGB (Red+Green+Blue) = 147+60+195=402 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.57% from 402); Green value is 60 (23.83% from 255 or 14.93% from 402); Blue value is 195 (76.56% from 255 or 48.51% from 402); Max value from RGB is 195 - color contains mainly: blue. Hex color #933CC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #933CC3 is #6CC33C. Grayscale: #646464. Windows color (decimal): -7127869 or 12795027. OLE color: 12795027.

HSL color Cylindrical-coordinate representation of color #933CC3: hue angle of 278.67º 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 #933CC3 is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB14760195-
CMYK0.250.6900.24
HSL278.67º52.94%50%-
HSV(B)278.67º69.23%76.47%-
XYZ23.513.3752.97-
YUV101.4180.82160.52-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.57%
GREEN value IS 60 (23.83% from 255) = 14.93%
BLUE value IS 195 (76.56% from 255) = 48.51%
R=36.57%
G=14.93%
B=48.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal147601950.250.6900.24278.6752.9450
Hex933CC319450181173532
Octal22374303311050304276562
Binary1001001111110011000011110011000101011000100010111110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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