Html Css Color HEX #964FEB Medium Purple

📋 copy color: '#964FEB'

red 150 ◦ green 79 ◦ blue 235

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

Shades of Medium Purple #964FEB

Tints of Medium Purple #964FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.65%

R = 32.33%
G = 17.03%
B = 50.65%

CMYK

 C value IS 0.36

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#964FEB (or 0x964FEB) is known color: Medium Purple. HEX triplet: 96, 4F and EB. RGB value is (150,79,235). Sum of RGB (Red+Green+Blue) = 150+79+235=464 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.33% from 464); Green value is 79 (31.25% from 255 or 17.03% from 464); Blue value is 235 (92.19% from 255 or 50.65% from 464); Max value from RGB is 235 - color contains mainly: blue. Hex color #964FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #964FEB is #69B014. Grayscale: #757575. Windows color (decimal): -6926357 or 15421334. OLE color: 15421334.

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

Color convert

RGB 150 79 235 -
CMYK 0.36 0.66 0 0.08
HSL 267.31º 0.8% 0.62% -
HSV(B) 267.31º 0.66% 0.92% -
XYZ 30.37 18.07 80.49 -
YUV 118.01 194.02 150.82 -
System Red Green Blue C M Y K H S L
Decimal 150 79 235 0.36 0.66 0 0.08 267.31 0.8 0.62
Hex 96 4F EB 24 42 0 8 10B 50 3E
Octal 226 117 353 44 102 0 10 413 120 76
Binary 10010110 1001111 11101011 100100 1000010 0 1000 100001011 1010000 111110

Color Harmonies of #964FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964FEB

Black with #964FEB

Text Example


Text Example

White with #964FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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