Html Css Color HEX #926EE1 Medium Purple

📋 copy color: '#926EE1'

red 146 ◦ green 110 ◦ blue 225

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

Shades of Medium Purple #926EE1

Tints of Medium Purple #926EE1

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.87%

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

R = 30.35%
G = 22.87%
B = 46.78%

CMYK

 C value IS 0.35

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#926EE1 (or 0x926EE1) is known color: Medium Purple. HEX triplet: 92, 6E and E1. RGB value is (146,110,225). Sum of RGB (Red+Green+Blue) = 146+110+225=481 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.35% from 481); Green value is 110 (43.36% from 255 or 22.87% from 481); Blue value is 225 (88.28% from 255 or 46.78% from 481); Max value from RGB is 225 - color contains mainly: blue. Hex color #926EE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #926EE1 is #6D911E. Grayscale: #858585. Windows color (decimal): -7180575 or 14773906. OLE color: 14773906.

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

Color convert

RGB 146 110 225 -
CMYK 0.35 0.51 0 0.12
HSL 258.78º 0.66% 0.66% -
HSV(B) 258.78º 0.51% 0.88% -
XYZ 31.02 22.7 73.98 -
YUV 133.87 179.43 136.65 -
System Red Green Blue C M Y K H S L
Decimal 146 110 225 0.35 0.51 0 0.12 258.78 0.66 0.66
Hex 92 6E E1 23 33 0 C 103 42 42
Octal 222 156 341 43 63 0 14 403 102 102
Binary 10010010 1101110 11100001 100011 110011 0 1100 100000011 1000010 1000010

Color Harmonies of #926EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926EE1

Black with #926EE1

Text Example


Text Example

White with #926EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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