#9546CD

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

Shades of Dark Orchid #9546CD

Tints of Dark Orchid #9546CD

Color information

#9546CD (or 0x9546CD) is unknown color: approx Dark Orchid. HEX triplet: 95, 46 and CD. RGB value is (149,70,205). Sum of RGB (Red+Green+Blue) = 149+70+205=424 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.14% from 424); Green value is 70 (27.73% from 255 or 16.51% from 424); Blue value is 205 (80.47% from 255 or 48.35% from 424); Max value from RGB is 205 - color contains mainly: blue. Hex color #9546CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9546CD is #6AB932. Grayscale: #6C6C6C. Windows color (decimal): -6994227 or 13452949. OLE color: 13452949.

HSL color Cylindrical-coordinate representation of color #9546CD: hue angle of 275.11º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9546CD is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB14970205-
CMYK0.270.6600.20
HSL275.11º57.45%53.92%-
HSV(B)275.11º65.85%80.39%-
XYZ25.615.1859.34-
YUV109.01182.17156.52-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.14%
GREEN value IS 70 (27.73% from 255) = 16.51%
BLUE value IS 205 (80.47% from 255) = 48.35%
R=35.14%
G=16.51%
B=48.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal149702050.270.6600.20275.1157.4553.92
Hex9546CD1B420141133936
Octal225106315331020244237166
Binary10010101100011011001101110111000010010100100010011111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9546CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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