#933DC7

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

Shades of Dark Orchid #933DC7

Tints of Dark Orchid #933DC7

Color information

#933DC7 (or 0x933DC7) is unknown color: approx Dark Orchid. HEX triplet: 93, 3D and C7. RGB value is (147,61,199). Sum of RGB (Red+Green+Blue) = 147+61+199=407 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.12% from 407); Green value is 61 (24.22% from 255 or 14.99% from 407); Blue value is 199 (78.12% from 255 or 48.89% from 407); Max value from RGB is 199 - color contains mainly: blue. Hex color #933DC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #933DC7 is #6CC238. Grayscale: #656565. Windows color (decimal): -7127609 or 13057427. OLE color: 13057427.

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

Color convert

RGB14761199-
CMYK0.260.6900.22
HSL277.39º55.2%50.98%-
HSV(B)277.39º69.35%78.04%-
XYZ24.0113.6655.4-
YUV102.45182.49159.78-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.12%
GREEN value IS 61 (24.22% from 255) = 14.99%
BLUE value IS 199 (78.12% from 255) = 48.89%
R=36.12%
G=14.99%
B=48.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal147611990.260.6900.22277.3955.250.98
Hex933DC71A450161153733
Octal22375307321050264256763
Binary1001001111110111000111110101000101010110100010101110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,61,199); }

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

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

 a { background-color: rgb(147,61,199); }

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

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

 span { border-color: rgb(147,61,199); }

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