#902DCA

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

Shades of Dark Orchid #902DCA

Tints of Dark Orchid #902DCA

Color information

#902DCA (or 0x902DCA) is unknown color: approx Dark Orchid. HEX triplet: 90, 2D and CA. RGB value is (144,45,202). Sum of RGB (Red+Green+Blue) = 144+45+202=391 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.83% from 391); Green value is 45 (17.97% from 255 or 11.51% from 391); Blue value is 202 (79.30% from 255 or 51.66% from 391); Max value from RGB is 202 - color contains mainly: blue. Hex color #902DCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #902DCA is #6FD235. Grayscale: #5B5B5B. Windows color (decimal): -7328310 or 13249936. OLE color: 13249936.

HSL color Cylindrical-coordinate representation of color #902DCA: hue angle of 277.83º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #902DCA is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14445202-
CMYK0.290.7800.21
HSL277.83º63.56%48.43%-
HSV(B)277.83º77.72%79.22%-
XYZ23.112.0756.99-
YUV92.5189.8164.73-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.83%
GREEN value IS 45 (17.97% from 255) = 11.51%
BLUE value IS 202 (79.30% from 255) = 51.66%
R=36.83%
G=11.51%
B=51.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal144452020.290.7800.21277.8363.5648.43
Hex902DCA1D4E0151164030
Octal220553123511602542610060
Binary10010000101101110010101110110011100101011000101101000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #902DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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