Html Css Color HEX #964FED Medium Purple

📋 copy color: '#964FED'

red 150 ◦ green 79 ◦ blue 237

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

Shades of Medium Purple #964FED

Tints of Medium Purple #964FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.86%

R = 32.19%
G = 16.95%
B = 50.86%

CMYK

 C value IS 0.37

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#964FED (or 0x964FED) is known color: Medium Purple. HEX triplet: 96, 4F and ED. RGB value is (150,79,237). Sum of RGB (Red+Green+Blue) = 150+79+237=466 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.19% from 466); Green value is 79 (31.25% from 255 or 16.95% from 466); Blue value is 237 (92.97% from 255 or 50.86% from 466); Max value from RGB is 237 - color contains mainly: blue. Hex color #964FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #964FED is #69B012. Grayscale: #757575. Windows color (decimal): -6926355 or 15552406. OLE color: 15552406.

HSL color Cylindrical-coordinate representation of color #964FED: hue angle of 266.96º 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 #964FED is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 79 237 -
CMYK 0.37 0.67 0 0.07
HSL 266.96º 0.81% 0.62% -
HSV(B) 266.96º 0.67% 0.93% -
XYZ 30.66 18.19 82.02 -
YUV 118.24 195.02 150.65 -
System Red Green Blue C M Y K H S L
Decimal 150 79 237 0.37 0.67 0 0.07 266.96 0.81 0.62
Hex 96 4F ED 25 43 0 7 10B 51 3E
Octal 226 117 355 45 103 0 7 413 121 76
Binary 10010110 1001111 11101101 100101 1000011 0 111 100001011 1010001 111110

Color Harmonies of #964FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964FED

Black with #964FED

Text Example


Text Example

White with #964FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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