#9643D1

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

Shades of Dark Orchid #9643D1

Tints of Dark Orchid #9643D1

Color information

#9643D1 (or 0x9643D1) is unknown color: approx Dark Orchid. HEX triplet: 96, 43 and D1. RGB value is (150,67,209). Sum of RGB (Red+Green+Blue) = 150+67+209=426 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.21% from 426); Green value is 67 (26.56% from 255 or 15.73% from 426); Blue value is 209 (82.03% from 255 or 49.06% from 426); Max value from RGB is 209 - color contains mainly: blue. Hex color #9643D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9643D1 is #69BC2E. Grayscale: #6B6B6B. Windows color (decimal): -6929455 or 13714326. OLE color: 13714326.

HSL color Cylindrical-coordinate representation of color #9643D1: hue angle of 275.07º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9643D1 is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB15067209-
CMYK0.280.6800.18
HSL275.07º60.68%54.12%-
HSV(B)275.07º67.94%81.96%-
XYZ26.0915.161.86-
YUV108185157.95-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.21%
GREEN value IS 67 (26.56% from 255) = 15.73%
BLUE value IS 209 (82.03% from 255) = 49.06%
R=35.21%
G=15.73%
B=49.06%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal150672090.280.6800.18275.0760.6854.12
Hex9643D11C440121133d36
Octal226103321341040224237566
Binary10010110100001111010001111001000100010010100010011111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9643D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9643D1; }

 p { color: rgb(150,67,209); }

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

<style>
 a { background-color: #9643D1; }

 a { background-color: rgb(150,67,209); }

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

<style>
 span { border-color: #9643D1; }

 span { border-color: rgb(150,67,209); }

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