#921EC5

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

Shades of Dark Orchid #921EC5

Tints of Dark Orchid #921EC5

Color information

#921EC5 (or 0x921EC5) is unknown color: approx Dark Orchid. HEX triplet: 92, 1E and C5. RGB value is (146,30,197). Sum of RGB (Red+Green+Blue) = 146+30+197=373 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.14% from 373); Green value is 30 (12.11% from 255 or 8.04% from 373); Blue value is 197 (77.34% from 255 or 52.82% from 373); Max value from RGB is 197 - color contains mainly: blue. Hex color #921EC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #921EC5 is #6DE13A. Grayscale: #535353. Windows color (decimal): -7201083 or 12918418. OLE color: 12918418.

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

Color convert

RGB14630197-
CMYK0.260.8500.23
HSL281.68º73.57%44.51%-
HSV(B)281.68º84.77%77.25%-
XYZ22.411.0753.78-
YUV83.72191.93172.42-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.14%
GREEN value IS 30 (12.11% from 255) = 8.04%
BLUE value IS 197 (77.34% from 255) = 52.82%
R=39.14%
G=8.04%
B=52.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal146301970.260.8500.23281.6873.5744.51
Hex921EC51A5501711a4a2d
Octal222363053212502743211255
Binary1001001011110110001011101010101010101111000110101001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,30,197); }

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

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

 a { background-color: rgb(146,30,197); }

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

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

 span { border-color: rgb(146,30,197); }

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