#943EBA

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

Shades of Dark Orchid #943EBA

Tints of Dark Orchid #943EBA

Color information

#943EBA (or 0x943EBA) is unknown color: approx Dark Orchid. HEX triplet: 94, 3E and BA. RGB value is (148,62,186). Sum of RGB (Red+Green+Blue) = 148+62+186=396 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.37% from 396); Green value is 62 (24.61% from 255 or 15.66% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 186 - color contains mainly: blue. Hex color #943EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #943EBA is #6BC145. Grayscale: #656565. Windows color (decimal): -7061830 or 12205716. OLE color: 12205716.

HSL color Cylindrical-coordinate representation of color #943EBA: hue angle of 281.61º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #943EBA is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14862186-
CMYK0.200.6700.27
HSL281.61º50%48.63%-
HSV(B)281.61º66.67%72.94%-
XYZ22.813.2947.82-
YUV101.85175.49160.92-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.37%
GREEN value IS 62 (24.61% from 255) = 15.66%
BLUE value IS 186 (73.05% from 255) = 46.97%
R=37.37%
G=15.66%
B=46.97%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal148621860.200.6700.27281.615048.63
Hex943EBA144301B11a3231
Octal22476272241030334326261
Binary1001010011111010111010101001000011011011100011010110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943EBA; }

 p { color: rgb(148,62,186); }

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

<style>
 a { background-color: #943EBA; }

 a { background-color: rgb(148,62,186); }

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

<style>
 span { border-color: #943EBA; }

 span { border-color: rgb(148,62,186); }

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