#9446CF

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

Shades of Dark Orchid #9446CF

Tints of Dark Orchid #9446CF

Color information

#9446CF (or 0x9446CF) is unknown color: approx Dark Orchid. HEX triplet: 94, 46 and CF. RGB value is (148,70,207). Sum of RGB (Red+Green+Blue) = 148+70+207=425 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.82% from 425); Green value is 70 (27.73% from 255 or 16.47% from 425); Blue value is 207 (81.25% from 255 or 48.71% from 425); Max value from RGB is 207 - color contains mainly: blue. Hex color #9446CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9446CF is #6BB930. Grayscale: #6C6C6C. Windows color (decimal): -7059761 or 13584020. OLE color: 13584020.

HSL color Cylindrical-coordinate representation of color #9446CF: hue angle of 274.16º 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 #9446CF is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB14870207-
CMYK0.290.6600.19
HSL274.16º58.8%54.31%-
HSV(B)274.16º66.18%81.18%-
XYZ25.6715.1860.61-
YUV108.94183.34155.86-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.82%
GREEN value IS 70 (27.73% from 255) = 16.47%
BLUE value IS 207 (81.25% from 255) = 48.71%
R=34.82%
G=16.47%
B=48.71%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal148702070.290.6600.19274.1658.854.31
Hex9446CF1D420131123b36
Octal224106317351020234227366
Binary10010100100011011001111111011000010010011100010010111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9446CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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