#9546CE

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

Shades of Dark Orchid #9546CE

Tints of Dark Orchid #9546CE

Color information

#9546CE (or 0x9546CE) is unknown color: approx Dark Orchid. HEX triplet: 95, 46 and CE. RGB value is (149,70,206). Sum of RGB (Red+Green+Blue) = 149+70+206=425 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.06% from 425); Green value is 70 (27.73% from 255 or 16.47% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #9546CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9546CE is #6AB931. Grayscale: #6C6C6C. Windows color (decimal): -6994226 or 13518485. OLE color: 13518485.

HSL color Cylindrical-coordinate representation of color #9546CE: hue angle of 274.85º degrees, saturation: 0.58, 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 #9546CE is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB14970206-
CMYK0.280.6600.19
HSL274.85º58.12%54.12%-
HSV(B)274.85º66.02%80.78%-
XYZ25.7315.2359.98-
YUV109.12182.67156.44-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.06%
GREEN value IS 70 (27.73% from 255) = 16.47%
BLUE value IS 206 (80.86% from 255) = 48.47%
R=35.06%
G=16.47%
B=48.47%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal149702060.280.6600.19274.8558.1254.12
Hex9546CE1C420131133a36
Octal225106316341020234237266
Binary10010101100011011001110111001000010010011100010011111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9546CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9546CE; }

 p { color: rgb(149,70,206); }

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

<style>
 a { background-color: #9546CE; }

 a { background-color: rgb(149,70,206); }

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

<style>
 span { border-color: #9546CE; }

 span { border-color: rgb(149,70,206); }

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