#902cc1

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

Shades of Dark Orchid #902CC1

Tints of Dark Orchid #902CC1

Color information

#902CC1 (or 0x902CC1) is unknown color: approx Dark Orchid. HEX triplet: 90, 2C and C1. RGB value is (144,44,193). Sum of RGB (Red+Green+Blue) = 144+44+193=381 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.80% from 381); Green value is 44 (17.58% from 255 or 11.55% from 381); Blue value is 193 (75.78% from 255 or 50.66% from 381); Max value from RGB is 193 - color contains mainly: blue. Hex color #902CC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #902CC1 is #6FD33E. Grayscale: #5A5A5A. Windows color (decimal): -7328575 or 12659856. OLE color: 12659856.

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

Color convert

RGB14444193-
CMYK0.250.7700.24
HSL280.27º62.87%46.47%-
HSV(B)280.27º77.2%75.69%-
XYZ22.0311.5851.53-
YUV90.89185.63165.88-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.80%
GREEN value IS 44 (17.58% from 255) = 11.55%
BLUE value IS 193 (75.78% from 255) = 50.66%
R=37.80%
G=11.55%
B=50.66%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal144441930.250.7700.24280.2762.8746.47
Hex902CC1194D0181183f2e
Octal22054301311150304307756
Binary1001000010110011000001110011001101011000100011000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #902cc1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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