#921AC7

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

Shades of Dark Orchid #921AC7

Tints of Dark Orchid #921AC7

Color information

#921AC7 (or 0x921AC7) is unknown color: approx Dark Orchid. HEX triplet: 92, 1A and C7. RGB value is (146,26,199). Sum of RGB (Red+Green+Blue) = 146+26+199=371 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.35% from 371); Green value is 26 (10.55% from 255 or 7.01% from 371); Blue value is 199 (78.12% from 255 or 53.64% from 371); Max value from RGB is 199 - color contains mainly: blue. Hex color #921AC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #921AC7 is #6DE538. Grayscale: #515151. Windows color (decimal): -7202105 or 13048466. OLE color: 13048466.

HSL color Cylindrical-coordinate representation of color #921AC7: hue angle of 281.62º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #921AC7 is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB14626199-
CMYK0.270.8700.22
HSL281.62º76.89%44.12%-
HSV(B)281.62º86.93%78.04%-
XYZ22.5310.9754.96-
YUV81.6194.26173.93-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.35%
GREEN value IS 26 (10.55% from 255) = 7.01%
BLUE value IS 199 (78.12% from 255) = 53.64%
R=39.35%
G=7.01%
B=53.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal146261990.270.8700.22281.6276.8944.12
Hex921AC71B5701611a4d2c
Octal222323073312702643211554
Binary1001001011010110001111101110101110101101000110101001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,26,199); }

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

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

 a { background-color: rgb(146,26,199); }

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

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

 span { border-color: rgb(146,26,199); }

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