#921cce

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

Shades of Dark Orchid #921CCE

Tints of Dark Orchid #921CCE

Color information

#921CCE (or 0x921CCE) is unknown color: approx Dark Orchid. HEX triplet: 92, 1C and CE. RGB value is (146,28,206). Sum of RGB (Red+Green+Blue) = 146+28+206=380 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.42% from 380); Green value is 28 (11.33% from 255 or 7.37% from 380); Blue value is 206 (80.86% from 255 or 54.21% from 380); Max value from RGB is 206 - color contains mainly: blue. Hex color #921CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #921CCE is #6DE331. Grayscale: #525252. Windows color (decimal): -7201586 or 13507730. OLE color: 13507730.

HSL color Cylindrical-coordinate representation of color #921CCE: hue angle of 279.78º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #921CCE is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB14628206-
CMYK0.290.8600.19
HSL279.78º76.07%45.88%-
HSV(B)279.78º86.41%80.78%-
XYZ23.4111.459.36-
YUV83.57197.09172.53-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.42%
GREEN value IS 28 (11.33% from 255) = 7.37%
BLUE value IS 206 (80.86% from 255) = 54.21%
R=38.42%
G=7.37%
B=54.21%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal146282060.290.8600.19279.7876.0745.88
Hex921CCE1D560131184c2e
Octal222343163512602343011456
Binary1001001011100110011101110110101100100111000110001001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921cce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921cce; }

 p { color: rgb(146,28,206); }

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

<style>
 a { background-color: #921cce; }

 a { background-color: rgb(146,28,206); }

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

<style>
 span { border-color: #921cce; }

 span { border-color: rgb(146,28,206); }

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