#9421C9

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

Shades of Dark Orchid #9421C9

Tints of Dark Orchid #9421C9

Color information

#9421C9 (or 0x9421C9) is unknown color: approx Dark Orchid. HEX triplet: 94, 21 and C9. RGB value is (148,33,201). Sum of RGB (Red+Green+Blue) = 148+33+201=382 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.74% from 382); Green value is 33 (13.28% from 255 or 8.64% from 382); Blue value is 201 (78.91% from 255 or 52.62% from 382); Max value from RGB is 201 - color contains mainly: blue. Hex color #9421C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9421C9 is #6BDE36. Grayscale: #555555. Windows color (decimal): -7069239 or 13181332. OLE color: 13181332.

HSL color Cylindrical-coordinate representation of color #9421C9: hue angle of 281.07º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9421C9 is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14833201-
CMYK0.260.8400.21
HSL281.07º71.79%45.88%-
HSV(B)281.07º83.58%78.82%-
XYZ23.311.656.27-
YUV86.54192.6171.84-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.74%
GREEN value IS 33 (13.28% from 255) = 8.64%
BLUE value IS 201 (78.91% from 255) = 52.62%
R=38.74%
G=8.64%
B=52.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal148332010.260.8400.21281.0771.7945.88
Hex9421C91A54015119482e
Octal224413113212402543111056
Binary10010100100001110010011101010101000101011000110011001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9421C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9421C9; }

 p { color: rgb(148,33,201); }

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

<style>
 a { background-color: #9421C9; }

 a { background-color: rgb(148,33,201); }

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

<style>
 span { border-color: #9421C9; }

 span { border-color: rgb(148,33,201); }

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