#965AEA

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

Shades of Medium Purple #965AEA

Tints of Medium Purple #965AEA

Color information

#965AEA (or 0x965AEA) is unknown color: approx Medium Purple. HEX triplet: 96, 5A and EA. RGB value is (150,90,234). Sum of RGB (Red+Green+Blue) = 150+90+234=474 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.65% from 474); Green value is 90 (35.55% from 255 or 18.99% from 474); Blue value is 234 (91.80% from 255 or 49.37% from 474); Max value from RGB is 234 - color contains mainly: blue. Hex color #965AEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #965AEA is #69A515. Grayscale: #7B7B7B. Windows color (decimal): -6923542 or 15358614. OLE color: 15358614.

HSL color Cylindrical-coordinate representation of color #965AEA: hue angle of 265º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #965AEA is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB15090234-
CMYK0.360.6200.08
HSL265º77.42%63.53%-
HSV(B)265º61.54%91.76%-
XYZ31.0919.7480.01-
YUV124.36189.88146.29-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.65%
GREEN value IS 90 (35.55% from 255) = 18.99%
BLUE value IS 234 (91.80% from 255) = 49.37%
R=31.65%
G=18.99%
B=49.37%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal150902340.360.6200.0826577.4263.53
Hex965AEA243E081094d40
Octal2261323524476010411115100
Binary100101101011010111010101001001111100100010000100110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,90,234); }

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

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

 a { background-color: rgb(150,90,234); }

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

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

 span { border-color: rgb(150,90,234); }

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