#9721cf

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

Shades of Dark Orchid #9721CF

Tints of Dark Orchid #9721CF

Color information

#9721CF (or 0x9721CF) is unknown color: approx Dark Orchid. HEX triplet: 97, 21 and CF. RGB value is (151,33,207). Sum of RGB (Red+Green+Blue) = 151+33+207=391 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.62% from 391); Green value is 33 (13.28% from 255 or 8.44% from 391); Blue value is 207 (81.25% from 255 or 52.94% from 391); Max value from RGB is 207 - color contains mainly: blue. Hex color #9721CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9721CF is #68DE30. Grayscale: #575757. Windows color (decimal): -6872625 or 13574551. OLE color: 13574551.

HSL color Cylindrical-coordinate representation of color #9721CF: hue angle of 280.69º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9721CF is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB15133207-
CMYK0.270.8400.19
HSL280.69º72.5%47.06%-
HSV(B)280.69º84.06%81.18%-
XYZ24.5712.1760.09-
YUV88.12195.09172.85-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.62%
GREEN value IS 33 (13.28% from 255) = 8.44%
BLUE value IS 207 (81.25% from 255) = 52.94%
R=38.62%
G=8.44%
B=52.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal151332070.270.8400.19280.6972.547.06
Hex9721CF1B54013119482f
Octal227413173312402343111057
Binary10010111100001110011111101110101000100111000110011001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9721cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9721cf; }

 p { color: rgb(151,33,207); }

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

<style>
 a { background-color: #9721cf; }

 a { background-color: rgb(151,33,207); }

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

<style>
 span { border-color: #9721cf; }

 span { border-color: rgb(151,33,207); }

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