#9B1AC8

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

Shades of Dark Orchid #9B1AC8

Tints of Dark Orchid #9B1AC8

Color information

#9B1AC8 (or 0x9B1AC8) is unknown color: approx Dark Orchid. HEX triplet: 9B, 1A and C8. RGB value is (155,26,200). Sum of RGB (Red+Green+Blue) = 155+26+200=381 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.68% from 381); Green value is 26 (10.55% from 255 or 6.82% from 381); Blue value is 200 (78.52% from 255 or 52.49% from 381); Max value from RGB is 200 - color contains mainly: blue. Hex color #9B1AC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B1AC8 is #64E537. Grayscale: #535353. Windows color (decimal): -6612280 or 13114011. OLE color: 13114011.

HSL color Cylindrical-coordinate representation of color #9B1AC8: hue angle of 284.48º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9B1AC8 is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB15526200-
CMYK0.220.8700.22
HSL284.48º76.99%44.31%-
HSV(B)284.48º87%78.43%-
XYZ24.3111.8855.65-
YUV84.41193.24178.35-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.68%
GREEN value IS 26 (10.55% from 255) = 6.82%
BLUE value IS 200 (78.52% from 255) = 52.49%
R=40.68%
G=6.82%
B=52.49%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal155262000.220.8700.22284.4876.9944.31
Hex9B1AC8165701611c4d2c
Octal233323102612702643411554
Binary1001101111010110010001011010101110101101000111001001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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