#9B1CAA

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

Shades of Dark Orchid #9B1CAA

Tints of Dark Orchid #9B1CAA

Color information

#9B1CAA (or 0x9B1CAA) is unknown color: approx Dark Orchid. HEX triplet: 9B, 1C and AA. RGB value is (155,28,170). Sum of RGB (Red+Green+Blue) = 155+28+170=353 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.91% from 353); Green value is 28 (11.33% from 255 or 7.93% from 353); Blue value is 170 (66.80% from 255 or 48.16% from 353); Max value from RGB is 170 - color contains mainly: blue. Hex color #9B1CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B1CAA is #64E355. Grayscale: #515151. Windows color (decimal): -6611798 or 11148443. OLE color: 11148443.

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

Color convert

RGB15528170-
CMYK0.090.8400.33
HSL293.66º71.72%38.82%-
HSV(B)293.66º83.53%66.67%-
XYZ21.1910.738.98-
YUV82.16177.58179.95-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.91%
GREEN value IS 28 (11.33% from 255) = 7.93%
BLUE value IS 170 (66.80% from 255) = 48.16%
R=43.91%
G=7.93%
B=48.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal155281700.090.8400.33293.6671.7238.82
Hex9B1CAA9540211264827
Octal233342521112404144611047
Binary1001101111100101010101001101010001000011001001101001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,28,170); }

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

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

 a { background-color: rgb(155,28,170); }

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

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

 span { border-color: rgb(155,28,170); }

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