Html Css Color HEX #925AEE Medium Purple

📋 copy color: '#925AEE'

red 146 ◦ green 90 ◦ blue 238

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

Shades of Medium Purple #925AEE

Tints of Medium Purple #925AEE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.99%

 BLUE value IS 238 (93.36% from 255) = 50.21%

R = 30.8%
G = 18.99%
B = 50.21%

CMYK

 C value IS 0.39

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#925AEE (or 0x925AEE) is known color: Medium Purple. HEX triplet: 92, 5A and EE. RGB value is (146,90,238). Sum of RGB (Red+Green+Blue) = 146+90+238=474 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.80% from 474); Green value is 90 (35.55% from 255 or 18.99% from 474); Blue value is 238 (93.36% from 255 or 50.21% from 474); Max value from RGB is 238 - color contains mainly: blue. Hex color #925AEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #925AEE is #6DA511. Grayscale: #7B7B7B. Windows color (decimal): -7185682 or 15620754. OLE color: 15620754.

HSL color Cylindrical-coordinate representation of color #925AEE: hue angle of 262.7º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #925AEE is Cyan = 0.39, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 146 90 238 -
CMYK 0.39 0.62 0 0.07
HSL 262.7º 0.81% 0.64% -
HSV(B) 262.7º 0.62% 0.93% -
XYZ 30.94 19.6 83.04 -
YUV 123.62 192.55 143.97 -
System Red Green Blue C M Y K H S L
Decimal 146 90 238 0.39 0.62 0 0.07 262.7 0.81 0.64
Hex 92 5A EE 27 3E 0 7 107 51 40
Octal 222 132 356 47 76 0 7 407 121 100
Binary 10010010 1011010 11101110 100111 111110 0 111 100000111 1010001 1000000

Color Harmonies of #925AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925AEE

Black with #925AEE

Text Example


Text Example

White with #925AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,90,238); }

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

background-color css

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

 a { background-color: rgb(146,90,238); }

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

border-color css

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

 span { border-color: rgb(146,90,238); }

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