#903BC7

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

Shades of Dark Orchid #903BC7

Tints of Dark Orchid #903BC7

Color information

#903BC7 (or 0x903BC7) is unknown color: approx Dark Orchid. HEX triplet: 90, 3B and C7. RGB value is (144,59,199). Sum of RGB (Red+Green+Blue) = 144+59+199=402 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.82% from 402); Green value is 59 (23.44% from 255 or 14.68% from 402); Blue value is 199 (78.12% from 255 or 49.50% from 402); Max value from RGB is 199 - color contains mainly: blue. Hex color #903BC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #903BC7 is #6FC438. Grayscale: #636363. Windows color (decimal): -7324729 or 13056912. OLE color: 13056912.

HSL color Cylindrical-coordinate representation of color #903BC7: hue angle of 276.43º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #903BC7 is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB14459199-
CMYK0.280.7000.22
HSL276.43º55.56%50.59%-
HSV(B)276.43º70.35%78.04%-
XYZ23.3713.1855.35-
YUV100.38183.66159.12-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.82%
GREEN value IS 59 (23.44% from 255) = 14.68%
BLUE value IS 199 (78.12% from 255) = 49.50%
R=35.82%
G=14.68%
B=49.50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal144591990.280.7000.22276.4355.5650.59
Hex903BC71C460161143833
Octal22073307341060264247063
Binary1001000011101111000111111001000110010110100010100111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #903BC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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