Html Css Color HEX #915DDB Medium Purple

📋 copy color: '#915DDB'

red 145 ◦ green 93 ◦ blue 219

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

Shades of Medium Purple #915DDB

Tints of Medium Purple #915DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.92%

R = 31.73%
G = 20.35%
B = 47.92%

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

#915DDB (or 0x915DDB) is known color: Medium Purple. HEX triplet: 91, 5D and DB. RGB value is (145,93,219). Sum of RGB (Red+Green+Blue) = 145+93+219=457 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.73% from 457); Green value is 93 (36.72% from 255 or 20.35% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #915DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915DDB is #6EA224. Grayscale: #7A7A7A. Windows color (decimal): -7250469 or 14376337. OLE color: 14376337.

HSL color Cylindrical-coordinate representation of color #915DDB: hue angle of 264.76º 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 #915DDB is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 145 93 219 -
CMYK 0.34 0.58 0 0.14
HSL 264.76º 0.64% 0.61% -
HSV(B) 264.76º 0.58% 0.86% -
XYZ 28.38 18.96 69.18 -
YUV 122.91 182.23 143.75 -
System Red Green Blue C M Y K H S L
Decimal 145 93 219 0.34 0.58 0 0.14 264.76 0.64 0.61
Hex 91 5D DB 22 3A 0 E 109 40 3D
Octal 221 135 333 42 72 0 16 411 100 75
Binary 10010001 1011101 11011011 100010 111010 0 1110 100001001 1000000 111101

Color Harmonies of #915DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915DDB

Black with #915DDB

Text Example


Text Example

White with #915DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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