#9046CF

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

Shades of Dark Orchid #9046CF

Tints of Dark Orchid #9046CF

Color information

#9046CF (or 0x9046CF) is unknown color: approx Dark Orchid. HEX triplet: 90, 46 and CF. RGB value is (144,70,207). Sum of RGB (Red+Green+Blue) = 144+70+207=421 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.20% from 421); Green value is 70 (27.73% from 255 or 16.63% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 207 - color contains mainly: blue. Hex color #9046CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9046CF is #6FB930. Grayscale: #6B6B6B. Windows color (decimal): -7321905 or 13584016. OLE color: 13584016.

HSL color Cylindrical-coordinate representation of color #9046CF: hue angle of 272.41º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9046CF is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB14470207-
CMYK0.300.6600.19
HSL272.41º58.8%54.31%-
HSV(B)272.41º66.18%81.18%-
XYZ24.9514.8160.58-
YUV107.74184.02153.86-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.20%
GREEN value IS 70 (27.73% from 255) = 16.63%
BLUE value IS 207 (81.25% from 255) = 49.17%
R=34.20%
G=16.63%
B=49.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal144702070.300.6600.19272.4158.854.31
Hex9046CF1E420131103b36
Octal220106317361020234207366
Binary10010000100011011001111111101000010010011100010000111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9046CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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