Html Css Color HEX #925AEB Medium Purple

📋 copy color: '#925AEB'

red 146 ◦ green 90 ◦ blue 235

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

Shades of Medium Purple #925AEB

Tints of Medium Purple #925AEB

RGB

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

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

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

R = 31%
G = 19.11%
B = 49.89%

CMYK

 C value IS 0.38

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#925AEB (or 0x925AEB) is known color: Medium Purple. HEX triplet: 92, 5A and EB. RGB value is (146,90,235). Sum of RGB (Red+Green+Blue) = 146+90+235=471 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.00% from 471); Green value is 90 (35.55% from 255 or 19.11% from 471); Blue value is 235 (92.19% from 255 or 49.89% from 471); Max value from RGB is 235 - color contains mainly: blue. Hex color #925AEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #925AEB is #6DA514. Grayscale: #7A7A7A. Windows color (decimal): -7185685 or 15424146. OLE color: 15424146.

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

Color convert

RGB 146 90 235 -
CMYK 0.38 0.62 0 0.08
HSL 263.17º 0.78% 0.64% -
HSV(B) 263.17º 0.62% 0.92% -
XYZ 30.51 19.42 80.74 -
YUV 123.27 191.05 144.21 -
System Red Green Blue C M Y K H S L
Decimal 146 90 235 0.38 0.62 0 0.08 263.17 0.78 0.64
Hex 92 5A EB 26 3E 0 8 107 4E 40
Octal 222 132 353 46 76 0 10 407 116 100
Binary 10010010 1011010 11101011 100110 111110 0 1000 100000111 1001110 1000000

Color Harmonies of #925AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925AEB

Black with #925AEB

Text Example


Text Example

White with #925AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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