#995AE4

Color #995AE4 Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #995AE4

Tints of Medium Purple #995AE4

Color information

#995AE4 (or 0x995AE4) is unknown color: approx Medium Purple. HEX triplet: 99, 5A and E4. RGB value is (153,90,228). Sum of RGB (Red+Green+Blue) = 153+90+228=471 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.48% from 471); Green value is 90 (35.55% from 255 or 19.11% from 471); Blue value is 228 (89.45% from 255 or 48.41% from 471); Max value from RGB is 228 - color contains mainly: blue. Hex color #995AE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995AE4 is #66A51B. Grayscale: #7C7C7C. Windows color (decimal): -6726940 or 14965401. OLE color: 14965401.

HSL color Cylindrical-coordinate representation of color #995AE4: hue angle of 267.39º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #995AE4 is Cyan = 0.33, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB15390228-
CMYK0.330.6100.11
HSL267.39º71.88%62.35%-
HSV(B)267.39º60.53%89.41%-
XYZ30.819.6975.58-
YUV124.57186.37148.28-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.48%
GREEN value IS 90 (35.55% from 255) = 19.11%
BLUE value IS 228 (89.45% from 255) = 48.41%
R=32.48%
G=19.11%
B=48.41%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal153902280.330.6100.11267.3971.8862.35
Hex995AE4213D0B10b483e
Octal231132344417501341311076
Binary10011001101101011100100100001111101010111000010111001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995AE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995AE4; }

 p { color: rgb(153,90,228); }

 H1.HeaderClassName
 {
   color: #995AE4;
 }
 .AnyTagClassName
 {
   color: #995AE4;
 }
</style>
background-color css

<style>
 a { background-color: #995AE4; }

 a { background-color: rgb(153,90,228); }

 div.DivClassName
 {
   background-color: #995AE4;
 }
 .BgClassName
 {
   background-color: #995AE4;
 }
</style>
border-color css

<style>
 span { border-color: #995AE4; }

 span { border-color: rgb(153,90,228); }

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