#9637CF

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

Shades of Dark Orchid #9637CF

Tints of Dark Orchid #9637CF

Color information

#9637CF (or 0x9637CF) is unknown color: approx Dark Orchid. HEX triplet: 96, 37 and CF. RGB value is (150,55,207). Sum of RGB (Red+Green+Blue) = 150+55+207=412 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.41% from 412); Green value is 55 (21.88% from 255 or 13.35% from 412); Blue value is 207 (81.25% from 255 or 50.24% from 412); Max value from RGB is 207 - color contains mainly: blue. Hex color #9637CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9637CF is #69C830. Grayscale: #646464. Windows color (decimal): -6932529 or 13580182. OLE color: 13580182.

HSL color Cylindrical-coordinate representation of color #9637CF: hue angle of 277.5º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9637CF is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB15055207-
CMYK0.280.7300.19
HSL277.5º61.29%51.37%-
HSV(B)277.5º73.43%81.18%-
XYZ25.2113.7260.35-
YUV100.73187.97163.14-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.41%
GREEN value IS 55 (21.88% from 255) = 13.35%
BLUE value IS 207 (81.25% from 255) = 50.24%
R=36.41%
G=13.35%
B=50.24%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal150552070.280.7300.19277.561.2951.37
Hex9637CF1C490131163d33
Octal22667317341110234267563
Binary1001011011011111001111111001001001010011100010110111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9637CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9637CF; }

 p { color: rgb(150,55,207); }

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

<style>
 a { background-color: #9637CF; }

 a { background-color: rgb(150,55,207); }

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

<style>
 span { border-color: #9637CF; }

 span { border-color: rgb(150,55,207); }

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