#8949CF

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

Shades of Dark Orchid #8949CF

Tints of Dark Orchid #8949CF

Color information

#8949CF (or 0x8949CF) is unknown color: approx Dark Orchid. HEX triplet: 89, 49 and CF. RGB value is (137,73,207). Sum of RGB (Red+Green+Blue) = 137+73+207=417 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.85% from 417); Green value is 73 (28.91% from 255 or 17.51% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 207 - color contains mainly: blue. Hex color #8949CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8949CF is #76B630. Grayscale: #6A6A6A. Windows color (decimal): -7779889 or 13584777. OLE color: 13584777.

HSL color Cylindrical-coordinate representation of color #8949CF: hue angle of 268.66º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8949CF is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB13773207-
CMYK0.340.6500.19
HSL268.66º58.26%54.9%-
HSV(B)268.66º64.73%81.18%-
XYZ23.9614.5960.58-
YUV107.41184.2149.1-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.85%
GREEN value IS 73 (28.91% from 255) = 17.51%
BLUE value IS 207 (81.25% from 255) = 49.64%
R=32.85%
G=17.51%
B=49.64%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal137732070.340.6500.19268.6658.2654.9
Hex8949CF224101310d3a37
Octal211111317421010234157267
Binary100010011001001110011111000101000001010011100001101111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8949CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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