#8946CF

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

Shades of Dark Orchid #8946CF

Tints of Dark Orchid #8946CF

Color information

#8946CF (or 0x8946CF) is unknown color: approx Dark Orchid. HEX triplet: 89, 46 and CF. RGB value is (137,70,207). Sum of RGB (Red+Green+Blue) = 137+70+207=414 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.09% from 414); Green value is 70 (27.73% from 255 or 16.91% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #8946CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8946CF is #76B930. Grayscale: #696969. Windows color (decimal): -7780657 or 13584009. OLE color: 13584009.

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

Color convert

RGB13770207-
CMYK0.340.6600.19
HSL269.34º58.8%54.31%-
HSV(B)269.34º66.18%81.18%-
XYZ23.7714.260.52-
YUV105.65185.2150.36-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.09%
GREEN value IS 70 (27.73% from 255) = 16.91%
BLUE value IS 207 (81.25% from 255) = 50%
R=33.09%
G=16.91%
B=50%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal137702070.340.6600.19269.3458.854.31
Hex8946CF224201310d3b36
Octal211106317421020234157366
Binary100010011000110110011111000101000010010011100001101111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8946CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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