#9632BA

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

Shades of Dark Orchid #9632BA

Tints of Dark Orchid #9632BA

Color information

#9632BA (or 0x9632BA) is unknown color: approx Dark Orchid. HEX triplet: 96, 32 and BA. RGB value is (150,50,186). Sum of RGB (Red+Green+Blue) = 150+50+186=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 50 (19.92% from 255 or 12.95% from 386); Blue value is 186 (73.05% from 255 or 48.19% from 386); Max value from RGB is 186 - color contains mainly: blue. Hex color #9632BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9632BA is #69CD45. Grayscale: #5E5E5E. Windows color (decimal): -6933830 or 12202646. OLE color: 12202646.

HSL color Cylindrical-coordinate representation of color #9632BA: hue angle of 284.12º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9632BA is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15050186-
CMYK0.190.7300.27
HSL284.12º57.63%46.27%-
HSV(B)284.12º73.12%72.94%-
XYZ22.5812.3147.64-
YUV95.4179.13166.94-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.86%
GREEN value IS 50 (19.92% from 255) = 12.95%
BLUE value IS 186 (73.05% from 255) = 48.19%
R=38.86%
G=12.95%
B=48.19%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal150501860.190.7300.27284.1257.6346.27
Hex9632BA134901B11c3a2e
Octal22662272231110334347256
Binary1001011011001010111010100111001001011011100011100111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9632BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9632BA; }

 p { color: rgb(150,50,186); }

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

<style>
 a { background-color: #9632BA; }

 a { background-color: rgb(150,50,186); }

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

<style>
 span { border-color: #9632BA; }

 span { border-color: rgb(150,50,186); }

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