#903BC3

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

Shades of Dark Orchid #903BC3

Tints of Dark Orchid #903BC3

Color information

#903BC3 (or 0x903BC3) is unknown color: approx Dark Orchid. HEX triplet: 90, 3B and C3. RGB value is (144,59,195). Sum of RGB (Red+Green+Blue) = 144+59+195=398 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.18% from 398); Green value is 59 (23.44% from 255 or 14.82% from 398); Blue value is 195 (76.56% from 255 or 48.99% from 398); Max value from RGB is 195 - color contains mainly: blue. Hex color #903BC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #903BC3 is #6FC43C. Grayscale: #636363. Windows color (decimal): -7324733 or 12794768. OLE color: 12794768.

HSL color Cylindrical-coordinate representation of color #903BC3: hue angle of 277.5º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #903BC3 is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB14459195-
CMYK0.260.7000.24
HSL277.5º53.54%49.8%-
HSV(B)277.5º69.74%76.47%-
XYZ22.921352.93-
YUV99.92181.66159.44-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.18%
GREEN value IS 59 (23.44% from 255) = 14.82%
BLUE value IS 195 (76.56% from 255) = 48.99%
R=36.18%
G=14.82%
B=48.99%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal144591950.260.7000.24277.553.5449.8
Hex903BC31A460181163632
Octal22073303321060304266662
Binary1001000011101111000011110101000110011000100010110110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #903BC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,59,195); }

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

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

 a { background-color: rgb(144,59,195); }

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

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

 span { border-color: rgb(144,59,195); }

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