#9634CF

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

Shades of Dark Orchid #9634CF

Tints of Dark Orchid #9634CF

Color information

#9634CF (or 0x9634CF) is unknown color: approx Dark Orchid. HEX triplet: 96, 34 and CF. RGB value is (150,52,207). Sum of RGB (Red+Green+Blue) = 150+52+207=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 52 (20.70% from 255 or 12.71% from 409); Blue value is 207 (81.25% from 255 or 50.61% from 409); Max value from RGB is 207 - color contains mainly: blue. Hex color #9634CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9634CF is #69CB30. Grayscale: #626262. Windows color (decimal): -6933297 or 13579414. OLE color: 13579414.

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

Color convert

RGB15052207-
CMYK0.280.7500.19
HSL277.94º61.75%50.78%-
HSV(B)277.94º74.88%81.18%-
XYZ25.0713.4560.31-
YUV98.97188.97164.4-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.67%
GREEN value IS 52 (20.70% from 255) = 12.71%
BLUE value IS 207 (81.25% from 255) = 50.61%
R=36.67%
G=12.71%
B=50.61%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal150522070.280.7500.19277.9461.7550.78
Hex9634CF1C4B0131163e33
Octal22664317341130234267663
Binary1001011011010011001111111001001011010011100010110111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9634CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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