Html Css Color HEX #927AD9 Medium Purple

📋 copy color: '#927AD9'

red 146 ◦ green 122 ◦ blue 217

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

Shades of Medium Purple #927AD9

Tints of Medium Purple #927AD9

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.15%

 BLUE value IS 217 (85.16% from 255) = 44.74%

R = 30.1%
G = 25.15%
B = 44.74%

CMYK

 C value IS 0.33

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#927AD9 (or 0x927AD9) is known color: Medium Purple. HEX triplet: 92, 7A and D9. RGB value is (146,122,217). Sum of RGB (Red+Green+Blue) = 146+122+217=485 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.10% from 485); Green value is 122 (48.05% from 255 or 25.15% from 485); Blue value is 217 (85.16% from 255 or 44.74% from 485); Max value from RGB is 217 - color contains mainly: blue. Hex color #927AD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927AD9 is #6D8526. Grayscale: #8B8B8B. Windows color (decimal): -7177511 or 14252690. OLE color: 14252690.

HSL color Cylindrical-coordinate representation of color #927AD9: hue angle of 255.16º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #927AD9 is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 146 122 217 -
CMYK 0.33 0.44 0 0.15
HSL 255.16º 0.56% 0.66% -
HSV(B) 255.16º 0.44% 0.85% -
XYZ 31.34 25.04 68.83 -
YUV 140.01 171.45 132.28 -
System Red Green Blue C M Y K H S L
Decimal 146 122 217 0.33 0.44 0 0.15 255.16 0.56 0.66
Hex 92 7A D9 21 2C 0 F FF 38 42
Octal 222 172 331 41 54 0 17 377 70 102
Binary 10010010 1111010 11011001 100001 101100 0 1111 11111111 111000 1000010

Color Harmonies of #927AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927AD9

Black with #927AD9

Text Example


Text Example

White with #927AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #927AD9; }

 p { color: rgb(146,122,217); }

 H1.HeaderClassName
 {
   color: #927AD9;
 }
 .AnyTagClassName
 {
   color: #927AD9;
 }
</style>

background-color css

<style>
 a { background-color: #927AD9; }

 a { background-color: rgb(146,122,217); }

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

border-color css

<style>
 span { border-color: #927AD9; }

 span { border-color: rgb(146,122,217); }

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