#9A22D7

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

Shades of Dark Orchid #9A22D7

Tints of Dark Orchid #9A22D7

Color information

#9A22D7 (or 0x9A22D7) is unknown color: approx Dark Orchid. HEX triplet: 9A, 22 and D7. RGB value is (154,34,215). Sum of RGB (Red+Green+Blue) = 154+34+215=403 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.21% from 403); Green value is 34 (13.67% from 255 or 8.44% from 403); Blue value is 215 (84.38% from 255 or 53.35% from 403); Max value from RGB is 215 - color contains mainly: blue. Hex color #9A22D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A22D7 is #65DD28. Grayscale: #595959. Windows color (decimal): -6675753 or 14099098. OLE color: 14099098.

HSL color Cylindrical-coordinate representation of color #9A22D7: hue angle of 279.78º 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 #9A22D7 is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB15434215-
CMYK0.280.8400.16
HSL279.78º72.69%48.82%-
HSV(B)279.78º84.19%84.31%-
XYZ26.1612.9265.4-
YUV90.51198.26173.28-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 38.21%
GREEN value IS 34 (13.67% from 255) = 8.44%
BLUE value IS 215 (84.38% from 255) = 53.35%
R=38.21%
G=8.44%
B=53.35%

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
Decimal154342150.280.8400.16279.7872.6948.82
Hex9A22D71C540101184931
Octal232423273412402043011161
Binary10011010100010110101111110010101000100001000110001001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A22D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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