Html Css Color HEX #921AAE Dark Orchid

📋 copy color: '#921AAE'

red 146 ◦ green 26 ◦ blue 174

#921AAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #921AAE

Tints of Dark Orchid #921AAE

RGB

 RED value IS 146 (57.42% from 255) = 42.2%

 GREEN value IS 26 (10.55% from 255) = 7.51%

 BLUE value IS 174 (68.36% from 255) = 50.29%

R = 42.2%
G = 7.51%
B = 50.29%

CMYK

 C value IS 0.16

 M value IS 0.85

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#921AAE (or 0x921AAE) is known color: Dark Orchid. HEX triplet: 92, 1A and AE. RGB value is (146,26,174). Sum of RGB (Red+Green+Blue) = 146+26+174=346 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.20% from 346); Green value is 26 (10.55% from 255 or 7.51% from 346); Blue value is 174 (68.36% from 255 or 50.29% from 346); Max value from RGB is 174 - color contains mainly: blue. Hex color #921AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #921AAE is #6DE551. Grayscale: #4E4E4E. Windows color (decimal): -7202130 or 11410066. OLE color: 11410066.

HSL color Cylindrical-coordinate representation of color #921AAE: hue angle of 288.65º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #921AAE is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 146 26 174 -
CMYK 0.16 0.85 0 0.32
HSL 288.65º 0.74% 0.39% -
HSV(B) 288.65º 0.85% 0.68% -
XYZ 19.86 9.91 40.91 -
YUV 78.75 181.76 175.97 -
System Red Green Blue C M Y K H S L
Decimal 146 26 174 0.16 0.85 0 0.32 288.65 0.74 0.39
Hex 92 1A AE 10 55 0 20 121 4A 27
Octal 222 32 256 20 125 0 40 441 112 47
Binary 10010010 11010 10101110 10000 1010101 0 100000 100100001 1001010 100111

Color Harmonies of #921AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921AAE

Black with #921AAE

Text Example


Text Example

White with #921AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #921AAE;
 }
 .AnyTagClassName
 {
   color: #921AAE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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