#9f21cc

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

Shades of Dark Orchid #9F21CC

Tints of Dark Orchid #9F21CC

Color information

#9F21CC (or 0x9F21CC) is unknown color: approx Dark Orchid. HEX triplet: 9F, 21 and CC. RGB value is (159,33,204). Sum of RGB (Red+Green+Blue) = 159+33+204=396 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.15% from 396); Green value is 33 (13.28% from 255 or 8.33% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #9F21CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F21CC is #60DE33. Grayscale: #595959. Windows color (decimal): -6348340 or 13377951. OLE color: 13377951.

HSL color Cylindrical-coordinate representation of color #9F21CC: hue angle of 284.21º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9F21CC is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB15933204-
CMYK0.220.8400.2
HSL284.21º72.15%46.47%-
HSV(B)284.21º83.82%80%-
XYZ25.7412.8258.24-
YUV90.17192.24177.1-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.15%
GREEN value IS 33 (13.28% from 255) = 8.33%
BLUE value IS 204 (80.08% from 255) = 51.52%
R=40.15%
G=8.33%
B=51.52%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal159332040.220.8400.2284.2172.1546.47
Hex9F21CC165401411c482e
Octal237413142612402443411056
Binary10011111100001110011001011010101000101001000111001001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f21cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,33,204); }

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

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

 a { background-color: rgb(159,33,204); }

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

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

 span { border-color: rgb(159,33,204); }

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