#9B46D2

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

Shades of Dark Orchid #9B46D2

Tints of Dark Orchid #9B46D2

Color information

#9B46D2 (or 0x9B46D2) is unknown color: approx Dark Orchid. HEX triplet: 9B, 46 and D2. RGB value is (155,70,210). Sum of RGB (Red+Green+Blue) = 155+70+210=435 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.63% from 435); Green value is 70 (27.73% from 255 or 16.09% from 435); Blue value is 210 (82.42% from 255 or 48.28% from 435); Max value from RGB is 210 - color contains mainly: blue. Hex color #9B46D2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B46D2 is #64B92D. Grayscale: #6E6E6E. Windows color (decimal): -6601006 or 13780635. OLE color: 13780635.

HSL color Cylindrical-coordinate representation of color #9B46D2: hue angle of 276.43º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9B46D2 is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB15570210-
CMYK0.260.6700.18
HSL276.43º60.87%54.9%-
HSV(B)276.43º66.67%82.35%-
XYZ27.341662.62-
YUV111.38183.66159.12-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.63%
GREEN value IS 70 (27.73% from 255) = 16.09%
BLUE value IS 210 (82.42% from 255) = 48.28%
R=35.63%
G=16.09%
B=48.28%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal155702100.260.6700.18276.4360.8754.9
Hex9B46D21A430121143d37
Octal233106322321030224247567
Binary10011011100011011010010110101000011010010100010100111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B46D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,70,210); }

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

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

 a { background-color: rgb(155,70,210); }

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

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

 span { border-color: rgb(155,70,210); }

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