#933CBF

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

Shades of Dark Orchid #933CBF

Tints of Dark Orchid #933CBF

Color information

#933CBF (or 0x933CBF) is unknown color: approx Dark Orchid. HEX triplet: 93, 3C and BF. RGB value is (147,60,191). Sum of RGB (Red+Green+Blue) = 147+60+191=398 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.93% from 398); Green value is 60 (23.83% from 255 or 15.08% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 191 - color contains mainly: blue. Hex color #933CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #933CBF is #6CC340. Grayscale: #646464. Windows color (decimal): -7127873 or 12532883. OLE color: 12532883.

HSL color Cylindrical-coordinate representation of color #933CBF: hue angle of 279.85º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #933CBF is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14760191-
CMYK0.230.6900.25
HSL279.85º52.19%49.22%-
HSV(B)279.85º68.59%74.9%-
XYZ23.0513.250.62-
YUV100.95178.82160.85-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.93%
GREEN value IS 60 (23.83% from 255) = 15.08%
BLUE value IS 191 (75% from 255) = 47.99%
R=36.93%
G=15.08%
B=47.99%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal147601910.230.6900.25279.8552.1949.22
Hex933CBF17450191183431
Octal22374277271050314306461
Binary1001001111110010111111101111000101011001100011000110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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