#9f22d6

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

Shades of Dark Orchid #9F22D6

Tints of Dark Orchid #9F22D6

Color information

#9F22D6 (or 0x9F22D6) is unknown color: approx Dark Orchid. HEX triplet: 9F, 22 and D6. RGB value is (159,34,214). Sum of RGB (Red+Green+Blue) = 159+34+214=407 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.07% from 407); Green value is 34 (13.67% from 255 or 8.35% from 407); Blue value is 214 (83.98% from 255 or 52.58% from 407); Max value from RGB is 214 - color contains mainly: blue. Hex color #9F22D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F22D6 is #60DD29. Grayscale: #5B5B5B. Windows color (decimal): -6348074 or 14033567. OLE color: 14033567.

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

Color convert

RGB15934214-
CMYK0.260.8400.16
HSL281.67º72.58%48.63%-
HSV(B)281.67º84.11%83.92%-
XYZ27.0113.3764.78-
YUV91.9196.91175.86-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.07%
GREEN value IS 34 (13.67% from 255) = 8.35%
BLUE value IS 214 (83.98% from 255) = 52.58%
R=39.07%
G=8.35%
B=52.58%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal159342140.260.8400.16281.6772.5848.63
Hex9F22D61A5401011a4931
Octal237423263212402043211161
Binary10011111100010110101101101010101000100001000110101001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f22d6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,34,214); }

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

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

 a { background-color: rgb(159,34,214); }

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

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

 span { border-color: rgb(159,34,214); }

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