Html Css Color HEX #915ADE Medium Purple

📋 copy color: '#915ADE'

red 145 ◦ green 90 ◦ blue 222

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

Shades of Medium Purple #915ADE

Tints of Medium Purple #915ADE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.69%

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

R = 31.73%
G = 19.69%
B = 48.58%

CMYK

 C value IS 0.35

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#915ADE (or 0x915ADE) is known color: Medium Purple. HEX triplet: 91, 5A and DE. RGB value is (145,90,222). Sum of RGB (Red+Green+Blue) = 145+90+222=457 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.73% from 457); Green value is 90 (35.55% from 255 or 19.69% from 457); Blue value is 222 (87.11% from 255 or 48.58% from 457); Max value from RGB is 222 - color contains mainly: blue. Hex color #915ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915ADE is #6EA521. Grayscale: #797979. Windows color (decimal): -7251234 or 14572177. OLE color: 14572177.

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

Color convert

RGB 145 90 222 -
CMYK 0.35 0.59 0 0.13
HSL 265º 0.67% 0.61% -
HSV(B) 265º 0.59% 0.87% -
XYZ 28.52 18.61 71.2 -
YUV 121.49 184.72 144.77 -
System Red Green Blue C M Y K H S L
Decimal 145 90 222 0.35 0.59 0 0.13 265 0.67 0.61
Hex 91 5A DE 23 3B 0 D 109 43 3D
Octal 221 132 336 43 73 0 15 411 103 75
Binary 10010001 1011010 11011110 100011 111011 0 1101 100001001 1000011 111101

Color Harmonies of #915ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915ADE

Black with #915ADE

Text Example


Text Example

White with #915ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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