#9046CB

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

Shades of Dark Orchid #9046CB

Tints of Dark Orchid #9046CB

Color information

#9046CB (or 0x9046CB) is unknown color: approx Dark Orchid. HEX triplet: 90, 46 and CB. RGB value is (144,70,203). Sum of RGB (Red+Green+Blue) = 144+70+203=417 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.53% from 417); Green value is 70 (27.73% from 255 or 16.79% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #9046CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9046CB is #6FB934. Grayscale: #6A6A6A. Windows color (decimal): -7321909 or 13321872. OLE color: 13321872.

HSL color Cylindrical-coordinate representation of color #9046CB: hue angle of 273.38º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9046CB is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB14470203-
CMYK0.290.6600.20
HSL273.38º56.12%53.53%-
HSV(B)273.38º65.52%79.61%-
XYZ24.4714.6258.03-
YUV107.29182.02154.19-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.53%
GREEN value IS 70 (27.73% from 255) = 16.79%
BLUE value IS 203 (79.69% from 255) = 48.68%
R=34.53%
G=16.79%
B=48.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal144702030.290.6600.20273.3856.1253.53
Hex9046CB1D420141113836
Octal220106313351020244217066
Binary10010000100011011001011111011000010010100100010001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9046CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9046CB; }

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

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

<style>
 a { background-color: #9046CB; }

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

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

<style>
 span { border-color: #9046CB; }

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

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