Html Css Color HEX #915FDF Medium Purple

📋 copy color: '#915FDF'

red 145 ◦ green 95 ◦ blue 223

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

Shades of Medium Purple #915FDF

Tints of Medium Purple #915FDF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.52%

 BLUE value IS 223 (87.5% from 255) = 48.16%

R = 31.32%
G = 20.52%
B = 48.16%

CMYK

 C value IS 0.35

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#915FDF (or 0x915FDF) is known color: Medium Purple. HEX triplet: 91, 5F and DF. RGB value is (145,95,223). Sum of RGB (Red+Green+Blue) = 145+95+223=463 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.32% from 463); Green value is 95 (37.5% from 255 or 20.52% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #915FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915FDF is #6EA020. Grayscale: #7C7C7C. Windows color (decimal): -7249953 or 14638993. OLE color: 14638993.

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

Color convert

RGB 145 95 223 -
CMYK 0.35 0.57 0 0.13
HSL 263.44º 0.67% 0.62% -
HSV(B) 263.44º 0.57% 0.87% -
XYZ 29.09 19.53 72.05 -
YUV 124.54 183.57 142.59 -
System Red Green Blue C M Y K H S L
Decimal 145 95 223 0.35 0.57 0 0.13 263.44 0.67 0.62
Hex 91 5F DF 23 39 0 D 107 43 3E
Octal 221 137 337 43 71 0 15 407 103 76
Binary 10010001 1011111 11011111 100011 111001 0 1101 100000111 1000011 111110

Color Harmonies of #915FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915FDF

Black with #915FDF

Text Example


Text Example

White with #915FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,95,223); }

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

background-color css

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

 a { background-color: rgb(145,95,223); }

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

border-color css

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

 span { border-color: rgb(145,95,223); }

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