#965DF1

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

Shades of Medium Purple #965DF1

Tints of Medium Purple #965DF1

Color information

#965DF1 (or 0x965DF1) is unknown color: approx Medium Purple. HEX triplet: 96, 5D and F1. RGB value is (150,93,241). Sum of RGB (Red+Green+Blue) = 150+93+241=484 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.99% from 484); Green value is 93 (36.72% from 255 or 19.21% from 484); Blue value is 241 (94.53% from 255 or 49.79% from 484); Max value from RGB is 241 - color contains mainly: blue. Hex color #965DF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #965DF1 is #69A20E. Grayscale: #7E7E7E. Windows color (decimal): -6922767 or 15818134. OLE color: 15818134.

HSL color Cylindrical-coordinate representation of color #965DF1: hue angle of 263.11º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #965DF1 is Cyan = 0.38, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB15093241-
CMYK0.380.6100.05
HSL263.11º84.09%65.49%-
HSV(B)263.11º61.41%94.51%-
XYZ32.3720.6685.5-
YUV126.92192.38144.47-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.99%
GREEN value IS 93 (36.72% from 255) = 19.21%
BLUE value IS 241 (94.53% from 255) = 49.79%
R=30.99%
G=19.21%
B=49.79%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal150932410.380.6100.05263.1184.0965.49
Hex965DF1263D051075441
Octal226135361467505407124101
Binary10010110101110111110001100110111101010110000011110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965DF1; }

 p { color: rgb(150,93,241); }

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

<style>
 a { background-color: #965DF1; }

 a { background-color: rgb(150,93,241); }

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

<style>
 span { border-color: #965DF1; }

 span { border-color: rgb(150,93,241); }

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