#903FC8

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

Shades of Dark Orchid #903FC8

Tints of Dark Orchid #903FC8

Color information

#903FC8 (or 0x903FC8) is unknown color: approx Dark Orchid. HEX triplet: 90, 3F and C8. RGB value is (144,63,200). Sum of RGB (Red+Green+Blue) = 144+63+200=407 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.38% from 407); Green value is 63 (25% from 255 or 15.48% from 407); Blue value is 200 (78.52% from 255 or 49.14% from 407); Max value from RGB is 200 - color contains mainly: blue. Hex color #903FC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #903FC8 is #6FC037. Grayscale: #666666. Windows color (decimal): -7323704 or 13123472. OLE color: 13123472.

HSL color Cylindrical-coordinate representation of color #903FC8: hue angle of 275.47º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #903FC8 is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB14463200-
CMYK0.280.6800.22
HSL275.47º55.47%51.57%-
HSV(B)275.47º68.5%78.43%-
XYZ23.713.6556.03-
YUV102.84182.84157.36-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.38%
GREEN value IS 63 (25% from 255) = 15.48%
BLUE value IS 200 (78.52% from 255) = 49.14%
R=35.38%
G=15.48%
B=49.14%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal144632000.280.6800.22275.4755.4751.57
Hex903FC81C440161133734
Octal22077310341040264236764
Binary1001000011111111001000111001000100010110100010011110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #903FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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