Html Css Color HEX #926DEE Medium Purple

📋 copy color: '#926DEE'

red 146 ◦ green 109 ◦ blue 238

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

Shades of Medium Purple #926DEE

Tints of Medium Purple #926DEE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.11%

 BLUE value IS 238 (93.36% from 255) = 48.28%

R = 29.61%
G = 22.11%
B = 48.28%

CMYK

 C value IS 0.39

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#926DEE (or 0x926DEE) is known color: Medium Purple. HEX triplet: 92, 6D and EE. RGB value is (146,109,238). Sum of RGB (Red+Green+Blue) = 146+109+238=493 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.61% from 493); Green value is 109 (42.97% from 255 or 22.11% from 493); Blue value is 238 (93.36% from 255 or 48.28% from 493); Max value from RGB is 238 - color contains mainly: blue. Hex color #926DEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #926DEE is #6D9211. Grayscale: #868686. Windows color (decimal): -7180818 or 15625618. OLE color: 15625618.

HSL color Cylindrical-coordinate representation of color #926DEE: hue angle of 257.21º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #926DEE is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 146 109 238 -
CMYK 0.39 0.54 0 0.07
HSL 257.21º 0.79% 0.68% -
HSV(B) 257.21º 0.54% 0.93% -
XYZ 32.76 23.22 83.64 -
YUV 134.77 186.26 136.01 -
System Red Green Blue C M Y K H S L
Decimal 146 109 238 0.39 0.54 0 0.07 257.21 0.79 0.68
Hex 92 6D EE 27 36 0 7 101 4F 44
Octal 222 155 356 47 66 0 7 401 117 104
Binary 10010010 1101101 11101110 100111 110110 0 111 100000001 1001111 1000100

Color Harmonies of #926DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926DEE

Black with #926DEE

Text Example


Text Example

White with #926DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,109,238); }

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

background-color css

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

 a { background-color: rgb(146,109,238); }

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

border-color css

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

 span { border-color: rgb(146,109,238); }

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