#9A3BC0

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

Shades of Dark Orchid #9A3BC0

Tints of Dark Orchid #9A3BC0

Color information

#9A3BC0 (or 0x9A3BC0) is unknown color: approx Dark Orchid. HEX triplet: 9A, 3B and C0. RGB value is (154,59,192). Sum of RGB (Red+Green+Blue) = 154+59+192=405 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.02% from 405); Green value is 59 (23.44% from 255 or 14.57% from 405); Blue value is 192 (75.39% from 255 or 47.41% from 405); Max value from RGB is 192 - color contains mainly: blue. Hex color #9A3BC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A3BC0 is #65C43F. Grayscale: #666666. Windows color (decimal): -6669376 or 12598170. OLE color: 12598170.

HSL color Cylindrical-coordinate representation of color #9A3BC0: hue angle of 282.86º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9A3BC0 is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15459192-
CMYK0.200.6900.25
HSL282.86º52.99%49.22%-
HSV(B)282.86º69.27%75.29%-
XYZ24.413.851.25-
YUV102.57178.47164.69-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 38.02%
GREEN value IS 59 (23.44% from 255) = 14.57%
BLUE value IS 192 (75.39% from 255) = 47.41%
R=38.02%
G=14.57%
B=47.41%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal154591920.200.6900.25282.8652.9949.22
Hex9A3BC0144501911b3531
Octal23273300241050314336561
Binary1001101011101111000000101001000101011001100011011110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A3BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A3BC0; }

 p { color: rgb(154,59,192); }

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

<style>
 a { background-color: #9A3BC0; }

 a { background-color: rgb(154,59,192); }

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

<style>
 span { border-color: #9A3BC0; }

 span { border-color: rgb(154,59,192); }

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