Html Css Color HEX #925FEA Medium Purple

📋 copy color: '#925FEA'

red 146 ◦ green 95 ◦ blue 234

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

Shades of Medium Purple #925FEA

Tints of Medium Purple #925FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.26%

R = 30.74%
G = 20%
B = 49.26%

CMYK

 C value IS 0.38

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#925FEA (or 0x925FEA) is known color: Medium Purple. HEX triplet: 92, 5F and EA. RGB value is (146,95,234). Sum of RGB (Red+Green+Blue) = 146+95+234=475 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.74% from 475); Green value is 95 (37.5% from 255 or 20% from 475); Blue value is 234 (91.80% from 255 or 49.26% from 475); Max value from RGB is 234 - color contains mainly: blue. Hex color #925FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #925FEA is #6DA015. Grayscale: #7D7D7D. Windows color (decimal): -7184406 or 15359890. OLE color: 15359890.

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

Color convert

RGB 146 95 234 -
CMYK 0.38 0.59 0 0.08
HSL 262.01º 0.77% 0.65% -
HSV(B) 262.01º 0.59% 0.92% -
XYZ 30.8 20.24 80.12 -
YUV 126.1 188.9 142.2 -
System Red Green Blue C M Y K H S L
Decimal 146 95 234 0.38 0.59 0 0.08 262.01 0.77 0.65
Hex 92 5F EA 26 3B 0 8 106 4D 41
Octal 222 137 352 46 73 0 10 406 115 101
Binary 10010010 1011111 11101010 100110 111011 0 1000 100000110 1001101 1000001

Color Harmonies of #925FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925FEA

Black with #925FEA

Text Example


Text Example

White with #925FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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