Html Css Color HEX #964FEC Medium Purple

📋 copy color: '#964FEC'

red 150 ◦ green 79 ◦ blue 236

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

Shades of Medium Purple #964FEC

Tints of Medium Purple #964FEC

RGB

 RED value IS 150 (58.98% from 255) = 32.26%

 GREEN value IS 79 (31.25% from 255) = 16.99%

 BLUE value IS 236 (92.58% from 255) = 50.75%

R = 32.26%
G = 16.99%
B = 50.75%

CMYK

 C value IS 0.36

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#964FEC (or 0x964FEC) is known color: Medium Purple. HEX triplet: 96, 4F and EC. RGB value is (150,79,236). Sum of RGB (Red+Green+Blue) = 150+79+236=465 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.26% from 465); Green value is 79 (31.25% from 255 or 16.99% from 465); Blue value is 236 (92.58% from 255 or 50.75% from 465); Max value from RGB is 236 - color contains mainly: blue. Hex color #964FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #964FEC is #69B013. Grayscale: #757575. Windows color (decimal): -6926356 or 15486870. OLE color: 15486870.

HSL color Cylindrical-coordinate representation of color #964FEC: hue angle of 267.13º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #964FEC is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 79 236 -
CMYK 0.36 0.67 0 0.07
HSL 267.13º 0.81% 0.62% -
HSV(B) 267.13º 0.67% 0.93% -
XYZ 30.51 18.13 81.25 -
YUV 118.13 194.52 150.73 -
System Red Green Blue C M Y K H S L
Decimal 150 79 236 0.36 0.67 0 0.07 267.13 0.81 0.62
Hex 96 4F EC 24 43 0 7 10B 51 3E
Octal 226 117 354 44 103 0 7 413 121 76
Binary 10010110 1001111 11101100 100100 1000011 0 111 100001011 1010001 111110

Color Harmonies of #964FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964FEC

Black with #964FEC

Text Example


Text Example

White with #964FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964FEC; }

 p { color: rgb(150,79,236); }

 H1.HeaderClassName
 {
   color: #964FEC;
 }
 .AnyTagClassName
 {
   color: #964FEC;
 }
</style>

background-color css

<style>
 a { background-color: #964FEC; }

 a { background-color: rgb(150,79,236); }

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

border-color css

<style>
 span { border-color: #964FEC; }

 span { border-color: rgb(150,79,236); }

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