#9B35AB

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

Shades of Dark Orchid #9B35AB

Tints of Dark Orchid #9B35AB

Color information

#9B35AB (or 0x9B35AB) is unknown color: approx Dark Orchid. HEX triplet: 9B, 35 and AB. RGB value is (155,53,171). Sum of RGB (Red+Green+Blue) = 155+53+171=379 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.90% from 379); Green value is 53 (21.09% from 255 or 13.98% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 171 - color contains mainly: blue. Hex color #9B35AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B35AB is #64CA54. Grayscale: #606060. Windows color (decimal): -6605397 or 11220379. OLE color: 11220379.

HSL color Cylindrical-coordinate representation of color #9B35AB: hue angle of 291.86º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9B35AB is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15553171-
CMYK0.090.6900.33
HSL291.86º52.68%43.92%-
HSV(B)291.86º69.01%67.06%-
XYZ22.1412.4639.77-
YUV96.95169.79169.41-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.90%
GREEN value IS 53 (21.09% from 255) = 13.98%
BLUE value IS 171 (67.19% from 255) = 45.12%
R=40.90%
G=13.98%
B=45.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal155531710.090.6900.33291.8652.6843.92
Hex9B35AB945021124352c
Octal23365253111050414446554
Binary1001101111010110101011100110001010100001100100100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B35AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,53,171); }

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

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

 a { background-color: rgb(155,53,171); }

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

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

 span { border-color: rgb(155,53,171); }

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