Html Css Color HEX #925BE7 Medium Purple

📋 copy color: '#925BE7'

red 146 ◦ green 91 ◦ blue 231

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

Shades of Medium Purple #925BE7

Tints of Medium Purple #925BE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 49.36%

R = 31.2%
G = 19.44%
B = 49.36%

CMYK

 C value IS 0.37

 M value IS 0.61

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#925BE7 (or 0x925BE7) is known color: Medium Purple. HEX triplet: 92, 5B and E7. RGB value is (146,91,231). Sum of RGB (Red+Green+Blue) = 146+91+231=468 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.20% from 468); Green value is 91 (35.94% from 255 or 19.44% from 468); Blue value is 231 (90.62% from 255 or 49.36% from 468); Max value from RGB is 231 - color contains mainly: blue. Hex color #925BE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #925BE7 is #6DA418. Grayscale: #7A7A7A. Windows color (decimal): -7185433 or 15162258. OLE color: 15162258.

HSL color Cylindrical-coordinate representation of color #925BE7: hue angle of 263.57º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #925BE7 is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 146 91 231 -
CMYK 0.37 0.61 0 0.09
HSL 263.57º 0.74% 0.63% -
HSV(B) 263.57º 0.61% 0.91% -
XYZ 30.02 19.36 77.76 -
YUV 123.41 188.72 144.12 -
System Red Green Blue C M Y K H S L
Decimal 146 91 231 0.37 0.61 0 0.09 263.57 0.74 0.63
Hex 92 5B E7 25 3D 0 9 108 4A 3F
Octal 222 133 347 45 75 0 11 410 112 77
Binary 10010010 1011011 11100111 100101 111101 0 1001 100001000 1001010 111111

Color Harmonies of #925BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925BE7

Black with #925BE7

Text Example


Text Example

White with #925BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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