#9B1AD0

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

Shades of Dark Orchid #9B1AD0

Tints of Dark Orchid #9B1AD0

Color information

#9B1AD0 (or 0x9B1AD0) is unknown color: approx Dark Orchid. HEX triplet: 9B, 1A and D0. RGB value is (155,26,208). Sum of RGB (Red+Green+Blue) = 155+26+208=389 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.85% from 389); Green value is 26 (10.55% from 255 or 6.68% from 389); Blue value is 208 (81.64% from 255 or 53.47% from 389); Max value from RGB is 208 - color contains mainly: blue. Hex color #9B1AD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B1AD0 is #64E52F. Grayscale: #545454. Windows color (decimal): -6612272 or 13638299. OLE color: 13638299.

HSL color Cylindrical-coordinate representation of color #9B1AD0: hue angle of 282.53º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9B1AD0 is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB15526208-
CMYK0.250.8800.18
HSL282.53º77.78%45.88%-
HSV(B)282.53º87.5%81.57%-
XYZ25.2712.2660.71-
YUV85.32197.24177.7-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.85%
GREEN value IS 26 (10.55% from 255) = 6.68%
BLUE value IS 208 (81.64% from 255) = 53.47%
R=39.85%
G=6.68%
B=53.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal155262080.250.8800.18282.5377.7845.88
Hex9B1AD0195801211b4e2e
Octal233323203113002243311656
Binary1001101111010110100001100110110000100101000110111001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,26,208); }

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

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

 a { background-color: rgb(155,26,208); }

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

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

 span { border-color: rgb(155,26,208); }

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