#9636C9

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

Shades of Dark Orchid #9636C9

Tints of Dark Orchid #9636C9

Color information

#9636C9 (or 0x9636C9) is unknown color: approx Dark Orchid. HEX triplet: 96, 36 and C9. RGB value is (150,54,201). Sum of RGB (Red+Green+Blue) = 150+54+201=405 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.04% from 405); Green value is 54 (21.48% from 255 or 13.33% from 405); Blue value is 201 (78.91% from 255 or 49.63% from 405); Max value from RGB is 201 - color contains mainly: blue. Hex color #9636C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9636C9 is #69C936. Grayscale: #626262. Windows color (decimal): -6932791 or 13186710. OLE color: 13186710.

HSL color Cylindrical-coordinate representation of color #9636C9: hue angle of 279.18º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9636C9 is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB15054201-
CMYK0.250.7300.21
HSL279.18º57.65%50%-
HSV(B)279.18º73.13%78.82%-
XYZ24.4413.3456.55-
YUV99.46185.3164.05-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.04%
GREEN value IS 54 (21.48% from 255) = 13.33%
BLUE value IS 201 (78.91% from 255) = 49.63%
R=37.04%
G=13.33%
B=49.63%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal150542010.250.7300.21279.1857.6550
Hex9636C919490151173a32
Octal22666311311110254277262
Binary1001011011011011001001110011001001010101100010111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9636C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9636C9; }

 p { color: rgb(150,54,201); }

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

<style>
 a { background-color: #9636C9; }

 a { background-color: rgb(150,54,201); }

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

<style>
 span { border-color: #9636C9; }

 span { border-color: rgb(150,54,201); }

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