#9b20be

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

Shades of Dark Orchid #9B20BE

Tints of Dark Orchid #9B20BE

Color information

#9B20BE (or 0x9B20BE) is unknown color: approx Dark Orchid. HEX triplet: 9B, 20 and BE. RGB value is (155,32,190). Sum of RGB (Red+Green+Blue) = 155+32+190=377 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.11% from 377); Green value is 32 (12.89% from 255 or 8.49% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #9B20BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B20BE is #64DF41. Grayscale: #565656. Windows color (decimal): -6610754 or 12460187. OLE color: 12460187.

HSL color Cylindrical-coordinate representation of color #9B20BE: hue angle of 286.71º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9B20BE is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15532190-
CMYK0.180.8300.25
HSL286.71º71.17%43.53%-
HSV(B)286.71º83.16%74.51%-
XYZ23.3311.7249.75-
YUV86.79186.25176.65-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.11%
GREEN value IS 32 (12.89% from 255) = 8.49%
BLUE value IS 190 (74.61% from 255) = 50.40%
R=41.11%
G=8.49%
B=50.40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal155321900.180.8300.25286.7171.1743.53
Hex9B20BE125301911f472c
Octal233402762212303143710754
Binary10011011100000101111101001010100110110011000111111000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b20be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,32,190); }

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

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

 a { background-color: rgb(155,32,190); }

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

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

 span { border-color: rgb(155,32,190); }

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