#902CCB

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

Shades of Dark Orchid #902CCB

Tints of Dark Orchid #902CCB

Color information

#902CCB (or 0x902CCB) is unknown color: approx Dark Orchid. HEX triplet: 90, 2C and CB. RGB value is (144,44,203). Sum of RGB (Red+Green+Blue) = 144+44+203=391 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.83% from 391); Green value is 44 (17.58% from 255 or 11.25% from 391); Blue value is 203 (79.69% from 255 or 51.92% from 391); Max value from RGB is 203 - color contains mainly: blue. Hex color #902CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #902CCB is #6FD334. Grayscale: #5B5B5B. Windows color (decimal): -7328565 or 13315216. OLE color: 13315216.

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

Color convert

RGB14444203-
CMYK0.290.7800.20
HSL277.74º64.37%48.43%-
HSV(B)277.74º78.33%79.61%-
XYZ23.1812.0457.6-
YUV92.03190.63165.07-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.83%
GREEN value IS 44 (17.58% from 255) = 11.25%
BLUE value IS 203 (79.69% from 255) = 51.92%
R=36.83%
G=11.25%
B=51.92%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal144442030.290.7800.20277.7464.3748.43
Hex902CCB1D4E0141164030
Octal220543133511602442610060
Binary10010000101100110010111110110011100101001000101101000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #902CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,44,203); }

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

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

 a { background-color: rgb(144,44,203); }

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

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

 span { border-color: rgb(144,44,203); }

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