#902BCE

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

Shades of Dark Orchid #902BCE

Tints of Dark Orchid #902BCE

Color information

#902BCE (or 0x902BCE) is unknown color: approx Dark Orchid. HEX triplet: 90, 2B and CE. RGB value is (144,43,206). Sum of RGB (Red+Green+Blue) = 144+43+206=393 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.64% from 393); Green value is 43 (17.19% from 255 or 10.94% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #902BCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #902BCE is #6FD431. Grayscale: #5B5B5B. Windows color (decimal): -7328818 or 13511568. OLE color: 13511568.

HSL color Cylindrical-coordinate representation of color #902BCE: hue angle of 277.18º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #902BCE is Cyan = 0.30, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB14443206-
CMYK0.300.7900.19
HSL277.18º65.46%48.82%-
HSV(B)277.18º79.13%80.78%-
XYZ23.5112.1159.49-
YUV91.78192.46165.25-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.64%
GREEN value IS 43 (17.19% from 255) = 10.94%
BLUE value IS 206 (80.86% from 255) = 52.42%
R=36.64%
G=10.94%
B=52.42%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal144432060.300.7900.19277.1865.4648.82
Hex902BCE1E4F0131154131
Octal220533163611702342510161
Binary10010000101011110011101111010011110100111000101011000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #902BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,43,206); }

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

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

 a { background-color: rgb(144,43,206); }

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

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

 span { border-color: rgb(144,43,206); }

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