#943EBD

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

Shades of Dark Orchid #943EBD

Tints of Dark Orchid #943EBD

Color information

#943EBD (or 0x943EBD) is unknown color: approx Dark Orchid. HEX triplet: 94, 3E and BD. RGB value is (148,62,189). Sum of RGB (Red+Green+Blue) = 148+62+189=399 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.09% from 399); Green value is 62 (24.61% from 255 or 15.54% from 399); Blue value is 189 (74.22% from 255 or 47.37% from 399); Max value from RGB is 189 - color contains mainly: blue. Hex color #943EBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #943EBD is #6BC142. Grayscale: #656565. Windows color (decimal): -7061827 or 12402324. OLE color: 12402324.

HSL color Cylindrical-coordinate representation of color #943EBD: hue angle of 280.63º 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 #943EBD is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14862189-
CMYK0.220.6700.26
HSL280.63º50.6%49.22%-
HSV(B)280.63º67.2%74.12%-
XYZ23.1213.4249.51-
YUV102.19176.99160.67-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.09%
GREEN value IS 62 (24.61% from 255) = 15.54%
BLUE value IS 189 (74.22% from 255) = 47.37%
R=37.09%
G=15.54%
B=47.37%

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
Decimal148621890.220.6700.26280.6350.649.22
Hex943EBD164301A1193331
Octal22476275261030324316361
Binary1001010011111010111101101101000011011010100011001110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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