#9633BA

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

Shades of Dark Orchid #9633BA

Tints of Dark Orchid #9633BA

Color information

#9633BA (or 0x9633BA) is unknown color: approx Dark Orchid. HEX triplet: 96, 33 and BA. RGB value is (150,51,186). Sum of RGB (Red+Green+Blue) = 150+51+186=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 51 (20.31% from 255 or 13.18% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 186 - color contains mainly: blue. Hex color #9633BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9633BA is #69CC45. Grayscale: #5F5F5F. Windows color (decimal): -6933574 or 12202902. OLE color: 12202902.

HSL color Cylindrical-coordinate representation of color #9633BA: hue angle of 284º degrees, saturation: 0.57, 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 #9633BA is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15051186-
CMYK0.190.7300.27
HSL284º56.96%46.47%-
HSV(B)284º72.58%72.94%-
XYZ22.6212.447.65-
YUV95.99178.8166.52-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.76%
GREEN value IS 51 (20.31% from 255) = 13.18%
BLUE value IS 186 (73.05% from 255) = 48.06%
R=38.76%
G=13.18%
B=48.06%

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
Decimal150511860.190.7300.2728456.9646.47
Hex9633BA134901B11c392e
Octal22663272231110334347156
Binary1001011011001110111010100111001001011011100011100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9633BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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