#9635BA

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

Shades of Dark Orchid #9635BA

Tints of Dark Orchid #9635BA

Color information

#9635BA (or 0x9635BA) is unknown color: approx Dark Orchid. HEX triplet: 96, 35 and BA. RGB value is (150,53,186). Sum of RGB (Red+Green+Blue) = 150+53+186=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 53 (21.09% from 255 or 13.62% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 186 - color contains mainly: blue. Hex color #9635BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9635BA is #69CA45. Grayscale: #606060. Windows color (decimal): -6933062 or 12203414. OLE color: 12203414.

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

Color convert

RGB15053186-
CMYK0.190.7200.27
HSL283.76º55.65%46.86%-
HSV(B)283.76º71.51%72.94%-
XYZ22.7112.5847.68-
YUV97.16178.14165.69-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.56%
GREEN value IS 53 (21.09% from 255) = 13.62%
BLUE value IS 186 (73.05% from 255) = 47.81%
R=38.56%
G=13.62%
B=47.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal150531860.190.7200.27283.7655.6546.86
Hex9635BA134801B11c382f
Octal22665272231100334347057
Binary1001011011010110111010100111001000011011100011100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9635BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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