#902DC3

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

Shades of Dark Orchid #902DC3

Tints of Dark Orchid #902DC3

Color information

#902DC3 (or 0x902DC3) is unknown color: approx Dark Orchid. HEX triplet: 90, 2D and C3. RGB value is (144,45,195). Sum of RGB (Red+Green+Blue) = 144+45+195=384 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.5% from 384); Green value is 45 (17.97% from 255 or 11.72% from 384); Blue value is 195 (76.56% from 255 or 50.78% from 384); Max value from RGB is 195 - color contains mainly: blue. Hex color #902DC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #902DC3 is #6FD23C. Grayscale: #5B5B5B. Windows color (decimal): -7328317 or 12791184. OLE color: 12791184.

HSL color Cylindrical-coordinate representation of color #902DC3: hue angle of 279.6º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #902DC3 is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB14445195-
CMYK0.260.7700.24
HSL279.6º62.5%47.06%-
HSV(B)279.6º76.92%76.47%-
XYZ22.2911.7552.72-
YUV91.7186.3165.3-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.5%
GREEN value IS 45 (17.97% from 255) = 11.72%
BLUE value IS 195 (76.56% from 255) = 50.78%
R=37.5%
G=11.72%
B=50.78%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal144451950.260.7700.24279.662.547.06
Hex902DC31A4D0181183e2f
Octal22055303321150304307657
Binary1001000010110111000011110101001101011000100011000111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #902DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #902DC3; }

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

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

<style>
 a { background-color: #902DC3; }

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

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

<style>
 span { border-color: #902DC3; }

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

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