Html Css Color HEX #926AE1 Medium Purple

📋 copy color: '#926AE1'

red 146 ◦ green 106 ◦ blue 225

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

Shades of Medium Purple #926AE1

Tints of Medium Purple #926AE1

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.22%

 BLUE value IS 225 (88.28% from 255) = 47.17%

R = 30.61%
G = 22.22%
B = 47.17%

CMYK

 C value IS 0.35

 M value IS 0.53

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#926AE1 (or 0x926AE1) is known color: Medium Purple. HEX triplet: 92, 6A and E1. RGB value is (146,106,225). Sum of RGB (Red+Green+Blue) = 146+106+225=477 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.61% from 477); Green value is 106 (41.80% from 255 or 22.22% from 477); Blue value is 225 (88.28% from 255 or 47.17% from 477); Max value from RGB is 225 - color contains mainly: blue. Hex color #926AE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #926AE1 is #6D951E. Grayscale: #838383. Windows color (decimal): -7181599 or 14772882. OLE color: 14772882.

HSL color Cylindrical-coordinate representation of color #926AE1: hue angle of 260.17º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #926AE1 is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 146 106 225 -
CMYK 0.35 0.53 0 0.12
HSL 260.17º 0.66% 0.65% -
HSV(B) 260.17º 0.53% 0.88% -
XYZ 30.6 21.86 73.84 -
YUV 131.53 180.75 138.32 -
System Red Green Blue C M Y K H S L
Decimal 146 106 225 0.35 0.53 0 0.12 260.17 0.66 0.65
Hex 92 6A E1 23 35 0 C 104 42 41
Octal 222 152 341 43 65 0 14 404 102 101
Binary 10010010 1101010 11100001 100011 110101 0 1100 100000100 1000010 1000001

Color Harmonies of #926AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926AE1

Black with #926AE1

Text Example


Text Example

White with #926AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #926AE1; }

 p { color: rgb(146,106,225); }

 H1.HeaderClassName
 {
   color: #926AE1;
 }
 .AnyTagClassName
 {
   color: #926AE1;
 }
</style>

background-color css

<style>
 a { background-color: #926AE1; }

 a { background-color: rgb(146,106,225); }

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

border-color css

<style>
 span { border-color: #926AE1; }

 span { border-color: rgb(146,106,225); }

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