Html Css Color HEX #964FF2 Medium Purple

📋 copy color: '#964FF2'

red 150 ◦ green 79 ◦ blue 242

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

Shades of Medium Purple #964FF2

Tints of Medium Purple #964FF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 51.38%

R = 31.85%
G = 16.77%
B = 51.38%

CMYK

 C value IS 0.38

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#964FF2 (or 0x964FF2) is known color: Medium Purple. HEX triplet: 96, 4F and F2. RGB value is (150,79,242). Sum of RGB (Red+Green+Blue) = 150+79+242=471 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.85% from 471); Green value is 79 (31.25% from 255 or 16.77% from 471); Blue value is 242 (94.92% from 255 or 51.38% from 471); Max value from RGB is 242 - color contains mainly: blue. Hex color #964FF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #964FF2 is #69B00D. Grayscale: #767676. Windows color (decimal): -6926350 or 15880086. OLE color: 15880086.

HSL color Cylindrical-coordinate representation of color #964FF2: hue angle of 266.13º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #964FF2 is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 150 79 242 -
CMYK 0.38 0.67 0 0.05
HSL 266.13º 0.86% 0.63% -
HSV(B) 266.13º 0.67% 0.95% -
XYZ 31.4 18.49 85.92 -
YUV 118.81 197.52 150.25 -
System Red Green Blue C M Y K H S L
Decimal 150 79 242 0.38 0.67 0 0.05 266.13 0.86 0.63
Hex 96 4F F2 26 43 0 5 10A 56 3F
Octal 226 117 362 46 103 0 5 412 126 77
Binary 10010110 1001111 11110010 100110 1000011 0 101 100001010 1010110 111111

Color Harmonies of #964FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964FF2

Black with #964FF2

Text Example


Text Example

White with #964FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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