#903FBD

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

Shades of Dark Orchid #903FBD

Tints of Dark Orchid #903FBD

Color information

#903FBD (or 0x903FBD) is unknown color: approx Dark Orchid. HEX triplet: 90, 3F and BD. RGB value is (144,63,189). Sum of RGB (Red+Green+Blue) = 144+63+189=396 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.36% from 396); Green value is 63 (25% from 255 or 15.91% from 396); Blue value is 189 (74.22% from 255 or 47.73% from 396); Max value from RGB is 189 - color contains mainly: blue. Hex color #903FBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #903FBD is #6FC042. Grayscale: #656565. Windows color (decimal): -7323715 or 12402576. OLE color: 12402576.

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

Color convert

RGB14463189-
CMYK0.240.6700.26
HSL278.57º50%49.41%-
HSV(B)278.57º66.67%74.12%-
XYZ22.4613.1649.5-
YUV101.58177.34158.25-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.36%
GREEN value IS 63 (25% from 255) = 15.91%
BLUE value IS 189 (74.22% from 255) = 47.73%
R=36.36%
G=15.91%
B=47.73%

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
Decimal144631890.240.6700.26278.575049.41
Hex903FBD184301A1173231
Octal22077275301030324276261
Binary1001000011111110111101110001000011011010100010111110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #903FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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