Html Css Color HEX #926EED Medium Purple

📋 copy color: '#926EED'

red 146 ◦ green 110 ◦ blue 237

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

Shades of Medium Purple #926EED

Tints of Medium Purple #926EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.07%

R = 29.61%
G = 22.31%
B = 48.07%

CMYK

 C value IS 0.38

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#926EED (or 0x926EED) is known color: Medium Purple. HEX triplet: 92, 6E and ED. RGB value is (146,110,237). Sum of RGB (Red+Green+Blue) = 146+110+237=493 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.61% from 493); Green value is 110 (43.36% from 255 or 22.31% from 493); Blue value is 237 (92.97% from 255 or 48.07% from 493); Max value from RGB is 237 - color contains mainly: blue. Hex color #926EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #926EED is #6D9112. Grayscale: #868686. Windows color (decimal): -7180563 or 15560338. OLE color: 15560338.

HSL color Cylindrical-coordinate representation of color #926EED: hue angle of 257.01º degrees, saturation: 0.78, 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 #926EED is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 146 110 237 -
CMYK 0.38 0.54 0 0.07
HSL 257.01º 0.78% 0.68% -
HSV(B) 257.01º 0.54% 0.93% -
XYZ 32.72 23.38 82.91 -
YUV 135.24 185.43 135.67 -
System Red Green Blue C M Y K H S L
Decimal 146 110 237 0.38 0.54 0 0.07 257.01 0.78 0.68
Hex 92 6E ED 26 36 0 7 101 4E 44
Octal 222 156 355 46 66 0 7 401 116 104
Binary 10010010 1101110 11101101 100110 110110 0 111 100000001 1001110 1000100

Color Harmonies of #926EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926EED

Black with #926EED

Text Example


Text Example

White with #926EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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