Html Css Color HEX #915DDC Medium Purple

📋 copy color: '#915DDC'

red 145 ◦ green 93 ◦ blue 220

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

Shades of Medium Purple #915DDC

Tints of Medium Purple #915DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.03%

R = 31.66%
G = 20.31%
B = 48.03%

CMYK

 C value IS 0.34

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#915DDC (or 0x915DDC) is known color: Medium Purple. HEX triplet: 91, 5D and DC. RGB value is (145,93,220). Sum of RGB (Red+Green+Blue) = 145+93+220=458 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.66% from 458); Green value is 93 (36.72% from 255 or 20.31% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #915DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915DDC is #6EA223. Grayscale: #7A7A7A. Windows color (decimal): -7250468 or 14441873. OLE color: 14441873.

HSL color Cylindrical-coordinate representation of color #915DDC: hue angle of 264.57º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #915DDC is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 145 93 220 -
CMYK 0.34 0.58 0 0.14
HSL 264.57º 0.64% 0.61% -
HSV(B) 264.57º 0.58% 0.86% -
XYZ 28.51 19.02 69.88 -
YUV 123.03 182.73 143.67 -
System Red Green Blue C M Y K H S L
Decimal 145 93 220 0.34 0.58 0 0.14 264.57 0.64 0.61
Hex 91 5D DC 22 3A 0 E 109 40 3D
Octal 221 135 334 42 72 0 16 411 100 75
Binary 10010001 1011101 11011100 100010 111010 0 1110 100001001 1000000 111101

Color Harmonies of #915DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915DDC

Black with #915DDC

Text Example


Text Example

White with #915DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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