Html Css Color HEX #915BE7 Medium Purple

📋 copy color: '#915BE7'

red 145 ◦ green 91 ◦ blue 231

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

Shades of Medium Purple #915BE7

Tints of Medium Purple #915BE7

RGB

 RED value IS 145 (57.03% from 255) = 31.05%

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

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

R = 31.05%
G = 19.49%
B = 49.46%

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

#915BE7 (or 0x915BE7) is known color: Medium Purple. HEX triplet: 91, 5B and E7. RGB value is (145,91,231). Sum of RGB (Red+Green+Blue) = 145+91+231=467 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.05% from 467); Green value is 91 (35.94% from 255 or 19.49% from 467); Blue value is 231 (90.62% from 255 or 49.46% from 467); Max value from RGB is 231 - color contains mainly: blue. Hex color #915BE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #915BE7 is #6EA418. Grayscale: #7A7A7A. Windows color (decimal): -7250969 or 15162257. OLE color: 15162257.

HSL color Cylindrical-coordinate representation of color #915BE7: hue angle of 263.14º 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 #915BE7 is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 145 91 231 -
CMYK 0.37 0.61 0 0.09
HSL 263.14º 0.74% 0.63% -
HSV(B) 263.14º 0.61% 0.91% -
XYZ 29.84 19.27 77.75 -
YUV 123.11 188.89 143.62 -
System Red Green Blue C M Y K H S L
Decimal 145 91 231 0.37 0.61 0 0.09 263.14 0.74 0.63
Hex 91 5B E7 25 3D 0 9 107 4A 3F
Octal 221 133 347 45 75 0 11 407 112 77
Binary 10010001 1011011 11100111 100101 111101 0 1001 100000111 1001010 111111

Color Harmonies of #915BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915BE7

Black with #915BE7

Text Example


Text Example

White with #915BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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