Html Css Color HEX #966DF3 Medium Purple

📋 copy color: '#966DF3'

red 150 ◦ green 109 ◦ blue 243

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

Shades of Medium Purple #966DF3

Tints of Medium Purple #966DF3

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.71%

 BLUE value IS 243 (95.31% from 255) = 48.41%

R = 29.88%
G = 21.71%
B = 48.41%

CMYK

 C value IS 0.38

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#966DF3 (or 0x966DF3) is known color: Medium Purple. HEX triplet: 96, 6D and F3. RGB value is (150,109,243). Sum of RGB (Red+Green+Blue) = 150+109+243=502 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.88% from 502); Green value is 109 (42.97% from 255 or 21.71% from 502); Blue value is 243 (95.31% from 255 or 48.41% from 502); Max value from RGB is 243 - color contains mainly: blue. Hex color #966DF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #966DF3 is #69920C. Grayscale: #888888. Windows color (decimal): -6918669 or 15953302. OLE color: 15953302.

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

Color convert

RGB 150 109 243 -
CMYK 0.38 0.55 0 0.05
HSL 258.36º 0.85% 0.69% -
HSV(B) 258.36º 0.55% 0.95% -
XYZ 34.22 23.89 87.6 -
YUV 136.54 188.08 137.6 -
System Red Green Blue C M Y K H S L
Decimal 150 109 243 0.38 0.55 0 0.05 258.36 0.85 0.69
Hex 96 6D F3 26 37 0 5 102 55 45
Octal 226 155 363 46 67 0 5 402 125 105
Binary 10010110 1101101 11110011 100110 110111 0 101 100000010 1010101 1000101

Color Harmonies of #966DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966DF3

Black with #966DF3

Text Example


Text Example

White with #966DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,109,243); }

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

background-color css

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

 a { background-color: rgb(150,109,243); }

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

border-color css

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

 span { border-color: rgb(150,109,243); }

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