#9B22D7

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

Shades of Dark Orchid #9B22D7

Tints of Dark Orchid #9B22D7

Color information

#9B22D7 (or 0x9B22D7) is unknown color: approx Dark Orchid. HEX triplet: 9B, 22 and D7. RGB value is (155,34,215). Sum of RGB (Red+Green+Blue) = 155+34+215=404 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.37% from 404); Green value is 34 (13.67% from 255 or 8.42% from 404); Blue value is 215 (84.38% from 255 or 53.22% from 404); Max value from RGB is 215 - color contains mainly: blue. Hex color #9B22D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B22D7 is #64DD28. Grayscale: #5A5A5A. Windows color (decimal): -6610217 or 14099099. OLE color: 14099099.

HSL color Cylindrical-coordinate representation of color #9B22D7: hue angle of 280.11º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9B22D7 is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB15534215-
CMYK0.280.8400.16
HSL280.11º72.69%48.82%-
HSV(B)280.11º84.19%84.31%-
XYZ26.3613.0265.41-
YUV90.81198.09173.78-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.37%
GREEN value IS 34 (13.67% from 255) = 8.42%
BLUE value IS 215 (84.38% from 255) = 53.22%
R=38.37%
G=8.42%
B=53.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal155342150.280.8400.16280.1172.6948.82
Hex9B22D71C540101184931
Octal233423273412402043011161
Binary10011011100010110101111110010101000100001000110001001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B22D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,34,215); }

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

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

 a { background-color: rgb(155,34,215); }

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

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

 span { border-color: rgb(155,34,215); }

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