#955CEF

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

Shades of Medium Purple #955CEF

Tints of Medium Purple #955CEF

Color information

#955CEF (or 0x955CEF) is unknown color: approx Medium Purple. HEX triplet: 95, 5C and EF. RGB value is (149,92,239). Sum of RGB (Red+Green+Blue) = 149+92+239=480 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.04% from 480); Green value is 92 (36.33% from 255 or 19.17% from 480); Blue value is 239 (93.75% from 255 or 49.79% from 480); Max value from RGB is 239 - color contains mainly: blue. Hex color #955CEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #955CEF is #6AA310. Grayscale: #7D7D7D. Windows color (decimal): -6988561 or 15686805. OLE color: 15686805.

HSL color Cylindrical-coordinate representation of color #955CEF: hue angle of 263.27º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #955CEF is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB14992239-
CMYK0.380.6200.06
HSL263.27º82.12%64.9%-
HSV(B)263.27º61.51%93.73%-
XYZ31.820.2883.9-
YUV125.8191.88144.55-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.04%
GREEN value IS 92 (36.33% from 255) = 19.17%
BLUE value IS 239 (93.75% from 255) = 49.79%
R=31.04%
G=19.17%
B=49.79%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal149922390.380.6200.06263.2782.1264.9
Hex955CEF263E061075241
Octal225134357467606407122101
Binary10010101101110011101111100110111110011010000011110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955CEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955CEF; }

 p { color: rgb(149,92,239); }

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

<style>
 a { background-color: #955CEF; }

 a { background-color: rgb(149,92,239); }

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

<style>
 span { border-color: #955CEF; }

 span { border-color: rgb(149,92,239); }

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