#903EBD

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

Shades of Dark Orchid #903EBD

Tints of Dark Orchid #903EBD

Color information

#903EBD (or 0x903EBD) is unknown color: approx Dark Orchid. HEX triplet: 90, 3E and BD. RGB value is (144,62,189). Sum of RGB (Red+Green+Blue) = 144+62+189=395 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.46% from 395); Green value is 62 (24.61% from 255 or 15.70% from 395); Blue value is 189 (74.22% from 255 or 47.85% from 395); Max value from RGB is 189 - color contains mainly: blue. Hex color #903EBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #903EBD is #6FC142. Grayscale: #646464. Windows color (decimal): -7323971 or 12402320. OLE color: 12402320.

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

Color convert

RGB14462189-
CMYK0.240.6700.26
HSL278.74º50.6%49.22%-
HSV(B)278.74º67.2%74.12%-
XYZ22.4113.0549.48-
YUV101177.67158.67-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.46%
GREEN value IS 62 (24.61% from 255) = 15.70%
BLUE value IS 189 (74.22% from 255) = 47.85%
R=36.46%
G=15.70%
B=47.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal144621890.240.6700.26278.7450.649.22
Hex903EBD184301A1173331
Octal22076275301030324276361
Binary1001000011111010111101110001000011011010100010111110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #903EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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