#933EBD

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

Shades of Dark Orchid #933EBD

Tints of Dark Orchid #933EBD

Color information

#933EBD (or 0x933EBD) is unknown color: approx Dark Orchid. HEX triplet: 93, 3E and BD. RGB value is (147,62,189). Sum of RGB (Red+Green+Blue) = 147+62+189=398 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.93% from 398); Green value is 62 (24.61% from 255 or 15.58% from 398); Blue value is 189 (74.22% from 255 or 47.49% from 398); Max value from RGB is 189 - color contains mainly: blue. Hex color #933EBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #933EBD is #6CC142. Grayscale: #656565. Windows color (decimal): -7127363 or 12402323. OLE color: 12402323.

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

Color convert

RGB14762189-
CMYK0.220.6700.26
HSL280.16º50.6%49.22%-
HSV(B)280.16º67.2%74.12%-
XYZ22.9413.3249.51-
YUV101.89177.16160.17-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.93%
GREEN value IS 62 (24.61% from 255) = 15.58%
BLUE value IS 189 (74.22% from 255) = 47.49%
R=36.93%
G=15.58%
B=47.49%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal147621890.220.6700.26280.1650.649.22
Hex933EBD164301A1183331
Octal22376275261030324306361
Binary1001001111111010111101101101000011011010100011000110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,62,189); }

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

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

 a { background-color: rgb(147,62,189); }

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

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

 span { border-color: rgb(147,62,189); }

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