#9544C6

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

Shades of Dark Orchid #9544C6

Tints of Dark Orchid #9544C6

Color information

#9544C6 (or 0x9544C6) is unknown color: approx Dark Orchid. HEX triplet: 95, 44 and C6. RGB value is (149,68,198). Sum of RGB (Red+Green+Blue) = 149+68+198=415 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.90% from 415); Green value is 68 (26.95% from 255 or 16.39% from 415); Blue value is 198 (77.73% from 255 or 47.71% from 415); Max value from RGB is 198 - color contains mainly: blue. Hex color #9544C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9544C6 is #6ABB39. Grayscale: #6A6A6A. Windows color (decimal): -6994746 or 12993685. OLE color: 12993685.

HSL color Cylindrical-coordinate representation of color #9544C6: hue angle of 277.38º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9544C6 is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB14968198-
CMYK0.250.6600.22
HSL277.38º53.28%52.16%-
HSV(B)277.38º65.66%77.65%-
XYZ24.6514.654.94-
YUV107.04179.34157.93-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.90%
GREEN value IS 68 (26.95% from 255) = 16.39%
BLUE value IS 198 (77.73% from 255) = 47.71%
R=35.90%
G=16.39%
B=47.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal149681980.250.6600.22277.3853.2852.16
Hex9544C619420161153534
Octal225104306311020264256564
Binary10010101100010011000110110011000010010110100010101110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9544C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9544C6; }

 p { color: rgb(149,68,198); }

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

<style>
 a { background-color: #9544C6; }

 a { background-color: rgb(149,68,198); }

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

<style>
 span { border-color: #9544C6; }

 span { border-color: rgb(149,68,198); }

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