#903AC1

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

Shades of Dark Orchid #903AC1

Tints of Dark Orchid #903AC1

Color information

#903AC1 (or 0x903AC1) is unknown color: approx Dark Orchid. HEX triplet: 90, 3A and C1. RGB value is (144,58,193). Sum of RGB (Red+Green+Blue) = 144+58+193=395 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.46% from 395); Green value is 58 (23.05% from 255 or 14.68% from 395); Blue value is 193 (75.78% from 255 or 48.86% from 395); Max value from RGB is 193 - color contains mainly: blue. Hex color #903AC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #903AC1 is #6FC53E. Grayscale: #626262. Windows color (decimal): -7324991 or 12663440. OLE color: 12663440.

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

Color convert

RGB14458193-
CMYK0.250.7000.24
HSL278.22º53.78%49.22%-
HSV(B)278.22º69.95%75.69%-
XYZ22.6412.8151.73-
YUV99.1180.99160.02-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.46%
GREEN value IS 58 (23.05% from 255) = 14.68%
BLUE value IS 193 (75.78% from 255) = 48.86%
R=36.46%
G=14.68%
B=48.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal144581930.250.7000.24278.2253.7849.22
Hex903AC119460181163631
Octal22072301311060304266661
Binary1001000011101011000001110011000110011000100010110110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #903AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,58,193); }

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

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

 a { background-color: rgb(144,58,193); }

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

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

 span { border-color: rgb(144,58,193); }

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