Html Css Color HEX #925BEB Medium Purple

📋 copy color: '#925BEB'

red 146 ◦ green 91 ◦ blue 235

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

Shades of Medium Purple #925BEB

Tints of Medium Purple #925BEB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.28%

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

R = 30.93%
G = 19.28%
B = 49.79%

CMYK

 C value IS 0.38

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#925BEB (or 0x925BEB) is known color: Medium Purple. HEX triplet: 92, 5B and EB. RGB value is (146,91,235). Sum of RGB (Red+Green+Blue) = 146+91+235=472 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.93% from 472); Green value is 91 (35.94% from 255 or 19.28% from 472); Blue value is 235 (92.19% from 255 or 49.79% from 472); Max value from RGB is 235 - color contains mainly: blue. Hex color #925BEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #925BEB is #6DA414. Grayscale: #7B7B7B. Windows color (decimal): -7185429 or 15424402. OLE color: 15424402.

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

Color convert

RGB 146 91 235 -
CMYK 0.38 0.61 0 0.08
HSL 262.92º 0.78% 0.64% -
HSV(B) 262.92º 0.61% 0.92% -
XYZ 30.59 19.59 80.77 -
YUV 123.86 190.72 143.79 -
System Red Green Blue C M Y K H S L
Decimal 146 91 235 0.38 0.61 0 0.08 262.92 0.78 0.64
Hex 92 5B EB 26 3D 0 8 107 4E 40
Octal 222 133 353 46 75 0 10 407 116 100
Binary 10010010 1011011 11101011 100110 111101 0 1000 100000111 1001110 1000000

Color Harmonies of #925BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925BEB

Black with #925BEB

Text Example


Text Example

White with #925BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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