#9B2AC8

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

Shades of Dark Orchid #9B2AC8

Tints of Dark Orchid #9B2AC8

Color information

#9B2AC8 (or 0x9B2AC8) is unknown color: approx Dark Orchid. HEX triplet: 9B, 2A and C8. RGB value is (155,42,200). Sum of RGB (Red+Green+Blue) = 155+42+200=397 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.04% from 397); Green value is 42 (16.80% from 255 or 10.58% from 397); Blue value is 200 (78.52% from 255 or 50.38% from 397); Max value from RGB is 200 - color contains mainly: blue. Hex color #9B2AC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B2AC8 is #64D537. Grayscale: #5D5D5D. Windows color (decimal): -6608184 or 13118107. OLE color: 13118107.

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

Color convert

RGB15542200-
CMYK0.220.7900.22
HSL282.91º65.29%47.45%-
HSV(B)282.91º79%78.43%-
XYZ24.7712.7955.81-
YUV93.8187.94171.65-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.04%
GREEN value IS 42 (16.80% from 255) = 10.58%
BLUE value IS 200 (78.52% from 255) = 50.38%
R=39.04%
G=10.58%
B=50.38%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal155422000.220.7900.22282.9165.2947.45
Hex9B2AC8164F01611b412f
Octal233523102611702643310157
Binary10011011101010110010001011010011110101101000110111000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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