Html Css Color HEX #915BEB Medium Purple

📋 copy color: '#915BEB'

red 145 ◦ green 91 ◦ blue 235

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

Shades of Medium Purple #915BEB

Tints of Medium Purple #915BEB

RGB

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

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

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

R = 30.79%
G = 19.32%
B = 49.89%

CMYK

 C value IS 0.38

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#915BEB (or 0x915BEB) is known color: Medium Purple. HEX triplet: 91, 5B and EB. RGB value is (145,91,235). Sum of RGB (Red+Green+Blue) = 145+91+235=471 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.79% from 471); Green value is 91 (35.94% from 255 or 19.32% 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 #915BEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #915BEB is #6EA414. Grayscale: #7B7B7B. Windows color (decimal): -7250965 or 15424401. OLE color: 15424401.

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

Color convert

RGB 145 91 235 -
CMYK 0.38 0.61 0 0.08
HSL 262.5º 0.78% 0.64% -
HSV(B) 262.5º 0.61% 0.92% -
XYZ 30.41 19.5 80.76 -
YUV 123.56 190.89 143.29 -
System Red Green Blue C M Y K H S L
Decimal 145 91 235 0.38 0.61 0 0.08 262.5 0.78 0.64
Hex 91 5B EB 26 3D 0 8 106 4E 40
Octal 221 133 353 46 75 0 10 406 116 100
Binary 10010001 1011011 11101011 100110 111101 0 1000 100000110 1001110 1000000

Color Harmonies of #915BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915BEB

Black with #915BEB

Text Example


Text Example

White with #915BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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