#9B45D9

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

Shades of Dark Orchid #9B45D9

Tints of Dark Orchid #9B45D9

Color information

#9B45D9 (or 0x9B45D9) is unknown color: approx Dark Orchid. HEX triplet: 9B, 45 and D9. RGB value is (155,69,217). Sum of RGB (Red+Green+Blue) = 155+69+217=441 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.15% from 441); Green value is 69 (27.34% from 255 or 15.65% from 441); Blue value is 217 (85.16% from 255 or 49.21% from 441); Max value from RGB is 217 - color contains mainly: blue. Hex color #9B45D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B45D9 is #64BA26. Grayscale: #6F6F6F. Windows color (decimal): -6601255 or 14239131. OLE color: 14239131.

HSL color Cylindrical-coordinate representation of color #9B45D9: hue angle of 274.86º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9B45D9 is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB15569217-
CMYK0.290.6800.15
HSL274.86º66.07%56.08%-
HSV(B)274.86º68.2%85.1%-
XYZ28.1716.2367.29-
YUV111.59187.49158.97-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.15%
GREEN value IS 69 (27.34% from 255) = 15.65%
BLUE value IS 217 (85.16% from 255) = 49.21%
R=35.15%
G=15.65%
B=49.21%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal155692170.290.6800.15274.8666.0756.08
Hex9B45D91D440F1134238
Octal2331053313510401742310270
Binary10011011100010111011001111011000100011111000100111000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B45D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B45D9; }

 p { color: rgb(155,69,217); }

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

<style>
 a { background-color: #9B45D9; }

 a { background-color: rgb(155,69,217); }

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

<style>
 span { border-color: #9B45D9; }

 span { border-color: rgb(155,69,217); }

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