Html Css Color HEX #925EEB Medium Purple

📋 copy color: '#925EEB'

red 146 ◦ green 94 ◦ blue 235

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

Shades of Medium Purple #925EEB

Tints of Medium Purple #925EEB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.79%

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

R = 30.74%
G = 19.79%
B = 49.47%

CMYK

 C value IS 0.38

 M value IS 0.6

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#925EEB (or 0x925EEB) is known color: Medium Purple. HEX triplet: 92, 5E and EB. RGB value is (146,94,235). Sum of RGB (Red+Green+Blue) = 146+94+235=475 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.74% from 475); Green value is 94 (37.11% from 255 or 19.79% from 475); Blue value is 235 (92.19% from 255 or 49.47% from 475); Max value from RGB is 235 - color contains mainly: blue. Hex color #925EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #925EEB is #6DA114. Grayscale: #7D7D7D. Windows color (decimal): -7184661 or 15425170. OLE color: 15425170.

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

Color convert

RGB 146 94 235 -
CMYK 0.38 0.6 0 0.08
HSL 262.13º 0.78% 0.65% -
HSV(B) 262.13º 0.6% 0.92% -
XYZ 30.85 20.11 80.85 -
YUV 125.62 189.73 142.54 -
System Red Green Blue C M Y K H S L
Decimal 146 94 235 0.38 0.6 0 0.08 262.13 0.78 0.65
Hex 92 5E EB 26 3C 0 8 106 4E 41
Octal 222 136 353 46 74 0 10 406 116 101
Binary 10010010 1011110 11101011 100110 111100 0 1000 100000110 1001110 1000001

Color Harmonies of #925EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925EEB

Black with #925EEB

Text Example


Text Example

White with #925EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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