#901EBC

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

Shades of Dark Orchid #901EBC

Tints of Dark Orchid #901EBC

Color information

#901EBC (or 0x901EBC) is unknown color: approx Dark Orchid. HEX triplet: 90, 1E and BC. RGB value is (144,30,188). Sum of RGB (Red+Green+Blue) = 144+30+188=362 (47% of max value = 765). Red value is 144 (56.64% from 255 or 39.78% from 362); Green value is 30 (12.11% from 255 or 8.29% from 362); Blue value is 188 (73.83% from 255 or 51.93% from 362); Max value from RGB is 188 - color contains mainly: blue. Hex color #901EBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #901EBC is #6FE143. Grayscale: #515151. Windows color (decimal): -7332164 or 12328592. OLE color: 12328592.

HSL color Cylindrical-coordinate representation of color #901EBC: hue angle of 283.29º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #901EBC is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14430188-
CMYK0.230.8400.26
HSL283.29º72.48%42.75%-
HSV(B)283.29º84.04%73.73%-
XYZ21.0410.4948.49-
YUV82.1187.77172.15-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.78%
GREEN value IS 30 (12.11% from 255) = 8.29%
BLUE value IS 188 (73.83% from 255) = 51.93%
R=39.78%
G=8.29%
B=51.93%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal144301880.230.8400.26283.2972.4842.75
Hex901EBC175401A11b482b
Octal220362742712403243311053
Binary1001000011110101111001011110101000110101000110111001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #901EBC; }

 p { color: rgb(144,30,188); }

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

<style>
 a { background-color: #901EBC; }

 a { background-color: rgb(144,30,188); }

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

<style>
 span { border-color: #901EBC; }

 span { border-color: rgb(144,30,188); }

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