Html Css Color HEX #915DDE Medium Purple

📋 copy color: '#915DDE'

red 145 ◦ green 93 ◦ blue 222

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

Shades of Medium Purple #915DDE

Tints of Medium Purple #915DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.26%

R = 31.52%
G = 20.22%
B = 48.26%

CMYK

 C value IS 0.35

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#915DDE (or 0x915DDE) is known color: Medium Purple. HEX triplet: 91, 5D and DE. RGB value is (145,93,222). Sum of RGB (Red+Green+Blue) = 145+93+222=460 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.52% from 460); Green value is 93 (36.72% from 255 or 20.22% from 460); Blue value is 222 (87.11% from 255 or 48.26% from 460); Max value from RGB is 222 - color contains mainly: blue. Hex color #915DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915DDE is #6EA221. Grayscale: #7A7A7A. Windows color (decimal): -7250466 or 14572945. OLE color: 14572945.

HSL color Cylindrical-coordinate representation of color #915DDE: hue angle of 264.19º degrees, saturation: 0.66, 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 #915DDE is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 145 93 222 -
CMYK 0.35 0.58 0 0.13
HSL 264.19º 0.66% 0.62% -
HSV(B) 264.19º 0.58% 0.87% -
XYZ 28.78 19.12 71.28 -
YUV 123.25 183.73 143.51 -
System Red Green Blue C M Y K H S L
Decimal 145 93 222 0.35 0.58 0 0.13 264.19 0.66 0.62
Hex 91 5D DE 23 3A 0 D 108 42 3E
Octal 221 135 336 43 72 0 15 410 102 76
Binary 10010001 1011101 11011110 100011 111010 0 1101 100001000 1000010 111110

Color Harmonies of #915DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915DDE

Black with #915DDE

Text Example


Text Example

White with #915DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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