#933CBE

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

Shades of Dark Orchid #933CBE

Tints of Dark Orchid #933CBE

Color information

#933CBE (or 0x933CBE) is unknown color: approx Dark Orchid. HEX triplet: 93, 3C and BE. RGB value is (147,60,190). Sum of RGB (Red+Green+Blue) = 147+60+190=397 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.03% from 397); Green value is 60 (23.83% from 255 or 15.11% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 190 - color contains mainly: blue. Hex color #933CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #933CBE is #6CC341. Grayscale: #646464. Windows color (decimal): -7127874 or 12467347. OLE color: 12467347.

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

Color convert

RGB14760190-
CMYK0.230.6800.25
HSL280.15º52%49.02%-
HSV(B)280.15º68.42%74.51%-
XYZ22.9413.1550.04-
YUV100.83178.32160.93-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.03%
GREEN value IS 60 (23.83% from 255) = 15.11%
BLUE value IS 190 (74.61% from 255) = 47.86%
R=37.03%
G=15.11%
B=47.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal147601900.230.6800.25280.155249.02
Hex933CBE17440191183431
Octal22374276271040314306461
Binary1001001111110010111110101111000100011001100011000110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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