Html Css Color HEX #915BDD Medium Purple

📋 copy color: '#915BDD'

red 145 ◦ green 91 ◦ blue 221

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

Shades of Medium Purple #915BDD

Tints of Medium Purple #915BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.36%

R = 31.73%
G = 19.91%
B = 48.36%

CMYK

 C value IS 0.34

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#915BDD (or 0x915BDD) is known color: Medium Purple. HEX triplet: 91, 5B and DD. RGB value is (145,91,221). Sum of RGB (Red+Green+Blue) = 145+91+221=457 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.73% from 457); Green value is 91 (35.94% from 255 or 19.91% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 221 - color contains mainly: blue. Hex color #915BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915BDD is #6EA422. Grayscale: #797979. Windows color (decimal): -7250979 or 14506897. OLE color: 14506897.

HSL color Cylindrical-coordinate representation of color #915BDD: hue angle of 264.92º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #915BDD is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 145 91 221 -
CMYK 0.34 0.59 0 0.13
HSL 264.92º 0.66% 0.61% -
HSV(B) 264.92º 0.59% 0.87% -
XYZ 28.47 18.72 70.52 -
YUV 121.97 183.89 144.43 -
System Red Green Blue C M Y K H S L
Decimal 145 91 221 0.34 0.59 0 0.13 264.92 0.66 0.61
Hex 91 5B DD 22 3B 0 D 109 42 3D
Octal 221 133 335 42 73 0 15 411 102 75
Binary 10010001 1011011 11011101 100010 111011 0 1101 100001001 1000010 111101

Color Harmonies of #915BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915BDD

Black with #915BDD

Text Example


Text Example

White with #915BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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