Html Css Color HEX #915CE7 Medium Purple

📋 copy color: '#915CE7'

red 145 ◦ green 92 ◦ blue 231

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

Shades of Medium Purple #915CE7

Tints of Medium Purple #915CE7

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.66%

 BLUE value IS 231 (90.63% from 255) = 49.36%

R = 30.98%
G = 19.66%
B = 49.36%

CMYK

 C value IS 0.37

 M value IS 0.60

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#915CE7 (or 0x915CE7) is known color: Medium Purple. HEX triplet: 91, 5C and E7. RGB value is (145,92,231). Sum of RGB (Red+Green+Blue) = 145+92+231=468 (61% of max value = 765). Red value is 145 (57.03% from 255 or 30.98% from 468); Green value is 92 (36.33% from 255 or 19.66% from 468); Blue value is 231 (90.62% from 255 or 49.36% from 468); Max value from RGB is 231 - color contains mainly: blue. Hex color #915CE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #915CE7 is #6EA318. Grayscale: #7B7B7B. Windows color (decimal): -7250713 or 15162513. OLE color: 15162513.

HSL color Cylindrical-coordinate representation of color #915CE7: hue angle of 262.88º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #915CE7 is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 145 92 231 -
CMYK 0.37 0.60 0 0.09
HSL 262.88º 0.74% 0.63% -
HSV(B) 262.88º 0.6% 0.91% -
XYZ 29.93 19.44 77.78 -
YUV 123.69 188.56 143.2 -
System Red Green Blue C M Y K H S L
Decimal 145 92 231 0.37 0.60 0 0.09 262.88 0.74 0.63
Hex 91 5C E7 25 3C 0 9 107 4A 3F
Octal 221 134 347 45 74 0 11 407 112 77
Binary 10010001 1011100 11100111 100101 111100 0 1001 100000111 1001010 111111

Color Harmonies of #915CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915CE7

Black with #915CE7

Text Example


Text Example

White with #915CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,92,231); }

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

background-color css

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

 a { background-color: rgb(145,92,231); }

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

border-color css

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

 span { border-color: rgb(145,92,231); }

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