Html Css Color HEX #966AF1 Medium Purple

📋 copy color: '#966AF1'

red 150 ◦ green 106 ◦ blue 241

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

Shades of Medium Purple #966AF1

Tints of Medium Purple #966AF1

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.33%

 BLUE value IS 241 (94.53% from 255) = 48.49%

R = 30.18%
G = 21.33%
B = 48.49%

CMYK

 C value IS 0.38

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#966AF1 (or 0x966AF1) is known color: Medium Purple. HEX triplet: 96, 6A and F1. RGB value is (150,106,241). Sum of RGB (Red+Green+Blue) = 150+106+241=497 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.18% from 497); Green value is 106 (41.80% from 255 or 21.33% from 497); Blue value is 241 (94.53% from 255 or 48.49% from 497); Max value from RGB is 241 - color contains mainly: blue. Hex color #966AF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #966AF1 is #69950E. Grayscale: #868686. Windows color (decimal): -6919439 or 15821462. OLE color: 15821462.

HSL color Cylindrical-coordinate representation of color #966AF1: hue angle of 259.56º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #966AF1 is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 150 106 241 -
CMYK 0.38 0.56 0 0.05
HSL 259.56º 0.83% 0.68% -
HSV(B) 259.56º 0.56% 0.95% -
XYZ 33.61 23.14 85.91 -
YUV 134.55 188.08 139.02 -
System Red Green Blue C M Y K H S L
Decimal 150 106 241 0.38 0.56 0 0.05 259.56 0.83 0.68
Hex 96 6A F1 26 38 0 5 104 53 44
Octal 226 152 361 46 70 0 5 404 123 104
Binary 10010110 1101010 11110001 100110 111000 0 101 100000100 1010011 1000100

Color Harmonies of #966AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966AF1

Black with #966AF1

Text Example


Text Example

White with #966AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966AF1; }

 p { color: rgb(150,106,241); }

 H1.HeaderClassName
 {
   color: #966AF1;
 }
 .AnyTagClassName
 {
   color: #966AF1;
 }
</style>

background-color css

<style>
 a { background-color: #966AF1; }

 a { background-color: rgb(150,106,241); }

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

border-color css

<style>
 span { border-color: #966AF1; }

 span { border-color: rgb(150,106,241); }

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