#9621AF

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

Shades of Dark Orchid #9621AF

Tints of Dark Orchid #9621AF

Color information

#9621AF (or 0x9621AF) is unknown color: approx Dark Orchid. HEX triplet: 96, 21 and AF. RGB value is (150,33,175). Sum of RGB (Red+Green+Blue) = 150+33+175=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 33 (13.28% from 255 or 9.22% from 358); Blue value is 175 (68.75% from 255 or 48.88% from 358); Max value from RGB is 175 - color contains mainly: blue. Hex color #9621AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9621AF is #69DE50. Grayscale: #535353. Windows color (decimal): -6938193 or 11477398. OLE color: 11477398.

HSL color Cylindrical-coordinate representation of color #9621AF: hue angle of 289.44º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9621AF is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15033175-
CMYK0.140.8100.31
HSL289.44º68.27%40.78%-
HSV(B)289.44º81.14%68.63%-
XYZ20.8610.6741.52-
YUV84.17179.26174.95-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.90%
GREEN value IS 33 (13.28% from 255) = 9.22%
BLUE value IS 175 (68.75% from 255) = 48.88%
R=41.90%
G=9.22%
B=48.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal150331750.140.8100.31289.4468.2740.78
Hex9621AFE5101F1214429
Octal226412571612103744110451
Binary1001011010000110101111111010100010111111001000011000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9621AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9621AF; }

 p { color: rgb(150,33,175); }

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

<style>
 a { background-color: #9621AF; }

 a { background-color: rgb(150,33,175); }

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

<style>
 span { border-color: #9621AF; }

 span { border-color: rgb(150,33,175); }

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