#933BC7

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

Shades of Dark Orchid #933BC7

Tints of Dark Orchid #933BC7

Color information

#933BC7 (or 0x933BC7) is unknown color: approx Dark Orchid. HEX triplet: 93, 3B and C7. RGB value is (147,59,199). Sum of RGB (Red+Green+Blue) = 147+59+199=405 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.30% from 405); Green value is 59 (23.44% from 255 or 14.57% from 405); Blue value is 199 (78.12% from 255 or 49.14% from 405); Max value from RGB is 199 - color contains mainly: blue. Hex color #933BC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #933BC7 is #6CC438. Grayscale: #646464. Windows color (decimal): -7128121 or 13056915. OLE color: 13056915.

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

Color convert

RGB14759199-
CMYK0.260.7000.22
HSL277.71º55.56%50.59%-
HSV(B)277.71º70.35%78.04%-
XYZ23.9113.4555.37-
YUV101.27183.15160.62-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.30%
GREEN value IS 59 (23.44% from 255) = 14.57%
BLUE value IS 199 (78.12% from 255) = 49.14%
R=36.30%
G=14.57%
B=49.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal147591990.260.7000.22277.7155.5650.59
Hex933BC71A460161163833
Octal22373307321060264267063
Binary1001001111101111000111110101000110010110100010110111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933BC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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