Html Css Color HEX #915FDA Medium Purple

📋 copy color: '#915FDA'

red 145 ◦ green 95 ◦ blue 218

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

Shades of Medium Purple #915FDA

Tints of Medium Purple #915FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.6%

R = 31.66%
G = 20.74%
B = 47.6%

CMYK

 C value IS 0.33

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#915FDA (or 0x915FDA) is known color: Medium Purple. HEX triplet: 91, 5F and DA. RGB value is (145,95,218). Sum of RGB (Red+Green+Blue) = 145+95+218=458 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.66% from 458); Green value is 95 (37.5% from 255 or 20.74% from 458); Blue value is 218 (85.55% from 255 or 47.60% from 458); Max value from RGB is 218 - color contains mainly: blue. Hex color #915FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915FDA is #6EA025. Grayscale: #7B7B7B. Windows color (decimal): -7249958 or 14311313. OLE color: 14311313.

HSL color Cylindrical-coordinate representation of color #915FDA: hue angle of 264.39º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #915FDA is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 145 95 218 -
CMYK 0.33 0.56 0 0.15
HSL 264.39º 0.62% 0.61% -
HSV(B) 264.39º 0.56% 0.85% -
XYZ 28.42 19.27 68.55 -
YUV 123.97 181.07 143 -
System Red Green Blue C M Y K H S L
Decimal 145 95 218 0.33 0.56 0 0.15 264.39 0.62 0.61
Hex 91 5F DA 21 38 0 F 108 3E 3D
Octal 221 137 332 41 70 0 17 410 76 75
Binary 10010001 1011111 11011010 100001 111000 0 1111 100001000 111110 111101

Color Harmonies of #915FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915FDA

Black with #915FDA

Text Example


Text Example

White with #915FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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