#902CBE

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

Shades of Dark Orchid #902CBE

Tints of Dark Orchid #902CBE

Color information

#902CBE (or 0x902CBE) is unknown color: approx Dark Orchid. HEX triplet: 90, 2C and BE. RGB value is (144,44,190). Sum of RGB (Red+Green+Blue) = 144+44+190=378 (50% of max value = 765). Red value is 144 (56.64% from 255 or 38.10% from 378); Green value is 44 (17.58% from 255 or 11.64% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #902CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #902CBE is #6FD341. Grayscale: #5A5A5A. Windows color (decimal): -7328578 or 12463248. OLE color: 12463248.

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

Color convert

RGB14444190-
CMYK0.240.7700.25
HSL281.1º62.39%45.88%-
HSV(B)281.1º76.84%74.51%-
XYZ21.711.4549.78-
YUV90.54184.13166.13-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.10%
GREEN value IS 44 (17.58% from 255) = 11.64%
BLUE value IS 190 (74.61% from 255) = 50.26%
R=38.10%
G=11.64%
B=50.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal144441900.240.7700.25281.162.3945.88
Hex902CBE184D0191193e2e
Octal22054276301150314317656
Binary1001000010110010111110110001001101011001100011001111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #902CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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