#9628D1

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

Shades of Dark Orchid #9628D1

Tints of Dark Orchid #9628D1

Color information

#9628D1 (or 0x9628D1) is unknown color: approx Dark Orchid. HEX triplet: 96, 28 and D1. RGB value is (150,40,209). Sum of RGB (Red+Green+Blue) = 150+40+209=399 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.59% from 399); Green value is 40 (16.02% from 255 or 10.03% from 399); Blue value is 209 (82.03% from 255 or 52.38% from 399); Max value from RGB is 209 - color contains mainly: blue. Hex color #9628D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9628D1 is #69D72E. Grayscale: #5B5B5B. Windows color (decimal): -6936367 or 13707414. OLE color: 13707414.

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

Color convert

RGB15040209-
CMYK0.280.8100.18
HSL279.05º67.87%48.82%-
HSV(B)279.05º80.86%81.96%-
XYZ24.8512.6161.45-
YUV92.16193.94169.26-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.59%
GREEN value IS 40 (16.02% from 255) = 10.03%
BLUE value IS 209 (82.03% from 255) = 52.38%
R=37.59%
G=10.03%
B=52.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal150402090.280.8100.18279.0567.8748.82
Hex9628D11C510121174431
Octal226503213412102242710461
Binary10010110101000110100011110010100010100101000101111000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9628D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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