Html Css Color HEX #925FEB Medium Purple

📋 copy color: '#925FEB'

red 146 ◦ green 95 ◦ blue 235

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

Shades of Medium Purple #925FEB

Tints of Medium Purple #925FEB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.96%

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

R = 30.67%
G = 19.96%
B = 49.37%

CMYK

 C value IS 0.38

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#925FEB (or 0x925FEB) is known color: Medium Purple. HEX triplet: 92, 5F and EB. RGB value is (146,95,235). Sum of RGB (Red+Green+Blue) = 146+95+235=476 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.67% from 476); Green value is 95 (37.5% from 255 or 19.96% from 476); Blue value is 235 (92.19% from 255 or 49.37% from 476); Max value from RGB is 235 - color contains mainly: blue. Hex color #925FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #925FEB is #6DA014. Grayscale: #7D7D7D. Windows color (decimal): -7184405 or 15425426. OLE color: 15425426.

HSL color Cylindrical-coordinate representation of color #925FEB: hue angle of 261.86º 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 #925FEB is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 146 95 235 -
CMYK 0.38 0.60 0 0.08
HSL 261.86º 0.78% 0.65% -
HSV(B) 261.86º 0.6% 0.92% -
XYZ 30.94 20.29 80.88 -
YUV 126.21 189.4 142.12 -
System Red Green Blue C M Y K H S L
Decimal 146 95 235 0.38 0.60 0 0.08 261.86 0.78 0.65
Hex 92 5F EB 26 3C 0 8 106 4E 41
Octal 222 137 353 46 74 0 10 406 116 101
Binary 10010010 1011111 11101011 100110 111100 0 1000 100000110 1001110 1000001

Color Harmonies of #925FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925FEB

Black with #925FEB

Text Example


Text Example

White with #925FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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