#9621BE

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

Shades of Dark Orchid #9621BE

Tints of Dark Orchid #9621BE

Color information

#9621BE (or 0x9621BE) is unknown color: approx Dark Orchid. HEX triplet: 96, 21 and BE. RGB value is (150,33,190). Sum of RGB (Red+Green+Blue) = 150+33+190=373 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.21% from 373); Green value is 33 (13.28% from 255 or 8.85% from 373); Blue value is 190 (74.61% from 255 or 50.94% from 373); Max value from RGB is 190 - color contains mainly: blue. Hex color #9621BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9621BE is #69DE41. Grayscale: #555555. Windows color (decimal): -6938178 or 12460438. OLE color: 12460438.

HSL color Cylindrical-coordinate representation of color #9621BE: hue angle of 284.71º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9621BE is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15033190-
CMYK0.210.8300.25
HSL284.71º70.4%43.73%-
HSV(B)284.71º82.63%74.51%-
XYZ22.4211.2949.71-
YUV85.88186.76173.73-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.21%
GREEN value IS 33 (13.28% from 255) = 8.85%
BLUE value IS 190 (74.61% from 255) = 50.94%
R=40.21%
G=8.85%
B=50.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal150331900.210.8300.25284.7170.443.73
Hex9621BE155301911d462c
Octal226412762512303143510654
Binary10010110100001101111101010110100110110011000111011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9621BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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