#903DBA

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

Shades of Dark Orchid #903DBA

Tints of Dark Orchid #903DBA

Color information

#903DBA (or 0x903DBA) is unknown color: approx Dark Orchid. HEX triplet: 90, 3D and BA. RGB value is (144,61,186). Sum of RGB (Red+Green+Blue) = 144+61+186=391 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.83% from 391); Green value is 61 (24.22% from 255 or 15.60% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 186 - color contains mainly: blue. Hex color #903DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #903DBA is #6FC245. Grayscale: #636363. Windows color (decimal): -7324230 or 12205456. OLE color: 12205456.

HSL color Cylindrical-coordinate representation of color #903DBA: hue angle of 279.84º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #903DBA is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14461186-
CMYK0.230.6700.27
HSL279.84º50.61%48.43%-
HSV(B)279.84º67.2%72.94%-
XYZ22.0312.8147.77-
YUV100.07176.5159.34-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.83%
GREEN value IS 61 (24.22% from 255) = 15.60%
BLUE value IS 186 (73.05% from 255) = 47.57%
R=36.83%
G=15.60%
B=47.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal144611860.230.6700.27279.8450.6148.43
Hex903DBA174301B1183330
Octal22075272271030334306360
Binary1001000011110110111010101111000011011011100011000110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #903DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,61,186); }

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

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

 a { background-color: rgb(144,61,186); }

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

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

 span { border-color: rgb(144,61,186); }

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