Html Css Color HEX #921FAE Dark Orchid

📋 copy color: '#921FAE'

red 146 ◦ green 31 ◦ blue 174

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

Shades of Dark Orchid #921FAE

Tints of Dark Orchid #921FAE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.83%

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

R = 41.6%
G = 8.83%
B = 49.57%

CMYK

 C value IS 0.16

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#921FAE (or 0x921FAE) is known color: Dark Orchid. HEX triplet: 92, 1F and AE. RGB value is (146,31,174). Sum of RGB (Red+Green+Blue) = 146+31+174=351 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.60% from 351); Green value is 31 (12.5% from 255 or 8.83% from 351); Blue value is 174 (68.36% from 255 or 49.57% from 351); Max value from RGB is 174 - color contains mainly: blue. Hex color #921FAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #921FAE is #6DE051. Grayscale: #515151. Windows color (decimal): -7200850 or 11411346. OLE color: 11411346.

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

Color convert

RGB 146 31 174 -
CMYK 0.16 0.82 0 0.32
HSL 288.25º 0.7% 0.4% -
HSV(B) 288.25º 0.82% 0.68% -
XYZ 19.98 10.15 40.95 -
YUV 81.69 180.1 173.87 -
System Red Green Blue C M Y K H S L
Decimal 146 31 174 0.16 0.82 0 0.32 288.25 0.7 0.4
Hex 92 1F AE 10 52 0 20 120 46 28
Octal 222 37 256 20 122 0 40 440 106 50
Binary 10010010 11111 10101110 10000 1010010 0 100000 100100000 1000110 101000

Color Harmonies of #921FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921FAE

Black with #921FAE

Text Example


Text Example

White with #921FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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