#9D21C4

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

Shades of Dark Orchid #9D21C4

Tints of Dark Orchid #9D21C4

Color information

#9D21C4 (or 0x9D21C4) is unknown color: approx Dark Orchid. HEX triplet: 9D, 21 and C4. RGB value is (157,33,196). Sum of RGB (Red+Green+Blue) = 157+33+196=386 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.67% from 386); Green value is 33 (13.28% from 255 or 8.55% from 386); Blue value is 196 (76.95% from 255 or 50.78% from 386); Max value from RGB is 196 - color contains mainly: blue. Hex color #9D21C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D21C4 is #62DE3B. Grayscale: #585858. Windows color (decimal): -6479420 or 12853661. OLE color: 12853661.

HSL color Cylindrical-coordinate representation of color #9D21C4: hue angle of 285.64º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9D21C4 is Cyan = 0.20, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB15733196-
CMYK0.200.8300.23
HSL285.64º71.18%44.9%-
HSV(B)285.64º83.16%76.86%-
XYZ24.4112.2453.3-
YUV88.66188.58176.75-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.67%
GREEN value IS 33 (13.28% from 255) = 8.55%
BLUE value IS 196 (76.95% from 255) = 50.78%
R=40.67%
G=8.55%
B=50.78%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal157331960.200.8300.23285.6471.1844.9
Hex9D21C4145301711e472d
Octal235413042412302743610755
Binary10011101100001110001001010010100110101111000111101000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D21C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,33,196); }

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

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

 a { background-color: rgb(157,33,196); }

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

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

 span { border-color: rgb(157,33,196); }

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