#921CC4

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

Shades of Dark Orchid #921CC4

Tints of Dark Orchid #921CC4

Color information

#921CC4 (or 0x921CC4) is unknown color: approx Dark Orchid. HEX triplet: 92, 1C and C4. RGB value is (146,28,196). Sum of RGB (Red+Green+Blue) = 146+28+196=370 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.46% from 370); Green value is 28 (11.33% from 255 or 7.57% from 370); Blue value is 196 (76.95% from 255 or 52.97% from 370); Max value from RGB is 196 - color contains mainly: blue. Hex color #921CC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #921CC4 is #6DE33B. Grayscale: #515151. Windows color (decimal): -7201596 or 12852370. OLE color: 12852370.

HSL color Cylindrical-coordinate representation of color #921CC4: hue angle of 282.14º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #921CC4 is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB14628196-
CMYK0.260.8600.23
HSL282.14º75%43.92%-
HSV(B)282.14º85.71%76.86%-
XYZ22.2310.9353.16-
YUV82.43192.09173.34-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.46%
GREEN value IS 28 (11.33% from 255) = 7.57%
BLUE value IS 196 (76.95% from 255) = 52.97%
R=39.46%
G=7.57%
B=52.97%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal146281960.260.8600.23282.147543.92
Hex921CC41A5601711a4b2c
Octal222343043212602743211354
Binary1001001011100110001001101010101100101111000110101001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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