Html Css Color HEX #926EEB Medium Purple

📋 copy color: '#926EEB'

red 146 ◦ green 110 ◦ blue 235

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

Shades of Medium Purple #926EEB

Tints of Medium Purple #926EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.86%

R = 29.74%
G = 22.4%
B = 47.86%

CMYK

 C value IS 0.38

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#926EEB (or 0x926EEB) is known color: Medium Purple. HEX triplet: 92, 6E and EB. RGB value is (146,110,235). Sum of RGB (Red+Green+Blue) = 146+110+235=491 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.74% from 491); Green value is 110 (43.36% from 255 or 22.40% from 491); Blue value is 235 (92.19% from 255 or 47.86% from 491); Max value from RGB is 235 - color contains mainly: blue. Hex color #926EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #926EEB is #6D9114. Grayscale: #868686. Windows color (decimal): -7180565 or 15429266. OLE color: 15429266.

HSL color Cylindrical-coordinate representation of color #926EEB: hue angle of 257.28º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #926EEB is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 146 110 235 -
CMYK 0.38 0.53 0 0.08
HSL 257.28º 0.76% 0.68% -
HSV(B) 257.28º 0.53% 0.92% -
XYZ 32.43 23.26 81.38 -
YUV 135.01 184.43 135.84 -
System Red Green Blue C M Y K H S L
Decimal 146 110 235 0.38 0.53 0 0.08 257.28 0.76 0.68
Hex 92 6E EB 26 35 0 8 101 4C 44
Octal 222 156 353 46 65 0 10 401 114 104
Binary 10010010 1101110 11101011 100110 110101 0 1000 100000001 1001100 1000100

Color Harmonies of #926EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926EEB

Black with #926EEB

Text Example


Text Example

White with #926EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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