#9349cf

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

Shades of Dark Orchid #9349CF

Tints of Dark Orchid #9349CF

Color information

#9349CF (or 0x9349CF) is unknown color: approx Dark Orchid. HEX triplet: 93, 49 and CF. RGB value is (147,73,207). Sum of RGB (Red+Green+Blue) = 147+73+207=427 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.43% from 427); Green value is 73 (28.91% from 255 or 17.10% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #9349CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9349CF is #6CB630. Grayscale: #6D6D6D. Windows color (decimal): -7124529 or 13584787. OLE color: 13584787.

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

Color convert

RGB14773207-
CMYK0.290.6500.19
HSL273.13º58.26%54.9%-
HSV(B)273.13º64.73%81.18%-
XYZ25.6815.4760.66-
YUV110.4182.52154.1-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.43%
GREEN value IS 73 (28.91% from 255) = 17.10%
BLUE value IS 207 (81.25% from 255) = 48.48%
R=34.43%
G=17.10%
B=48.48%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal147732070.290.6500.19273.1358.2654.9
Hex9349CF1D410131113a37
Octal223111317351010234217267
Binary10010011100100111001111111011000001010011100010001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9349cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9349cf; }

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

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

<style>
 a { background-color: #9349cf; }

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

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

<style>
 span { border-color: #9349cf; }

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

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