Html Css Color HEX #915DDD Medium Purple

📋 copy color: '#915DDD'

red 145 ◦ green 93 ◦ blue 221

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

Shades of Medium Purple #915DDD

Tints of Medium Purple #915DDD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.26%

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

R = 31.59%
G = 20.26%
B = 48.15%

CMYK

 C value IS 0.34

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#915DDD (or 0x915DDD) is known color: Medium Purple. HEX triplet: 91, 5D and DD. RGB value is (145,93,221). Sum of RGB (Red+Green+Blue) = 145+93+221=459 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.59% from 459); Green value is 93 (36.72% from 255 or 20.26% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: blue. Hex color #915DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915DDD is #6EA222. Grayscale: #7A7A7A. Windows color (decimal): -7250467 or 14507409. OLE color: 14507409.

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

Color convert

RGB 145 93 221 -
CMYK 0.34 0.58 0 0.13
HSL 264.38º 0.65% 0.62% -
HSV(B) 264.38º 0.58% 0.87% -
XYZ 28.64 19.07 70.58 -
YUV 123.14 183.23 143.59 -
System Red Green Blue C M Y K H S L
Decimal 145 93 221 0.34 0.58 0 0.13 264.38 0.65 0.62
Hex 91 5D DD 22 3A 0 D 108 41 3E
Octal 221 135 335 42 72 0 15 410 101 76
Binary 10010001 1011101 11011101 100010 111010 0 1101 100001000 1000001 111110

Color Harmonies of #915DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915DDD

Black with #915DDD

Text Example


Text Example

White with #915DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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