Html Css Color HEX #967CD6 Medium Purple

📋 copy color: '#967CD6'

red 150 ◦ green 124 ◦ blue 214

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

Shades of Medium Purple #967CD6

Tints of Medium Purple #967CD6

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.41%

 BLUE value IS 214 (83.98% from 255) = 43.85%

R = 30.74%
G = 25.41%
B = 43.85%

CMYK

 C value IS 0.30

 M value IS 0.42

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#967CD6 (or 0x967CD6) is known color: Medium Purple. HEX triplet: 96, 7C and D6. RGB value is (150,124,214). Sum of RGB (Red+Green+Blue) = 150+124+214=488 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.74% from 488); Green value is 124 (48.83% from 255 or 25.41% from 488); Blue value is 214 (83.98% from 255 or 43.85% from 488); Max value from RGB is 214 - color contains mainly: blue. Hex color #967CD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967CD6 is #698329. Grayscale: #8D8D8D. Windows color (decimal): -6914858 or 14056598. OLE color: 14056598.

HSL color Cylindrical-coordinate representation of color #967CD6: hue angle of 257.33º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #967CD6 is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 150 124 214 -
CMYK 0.30 0.42 0 0.16
HSL 257.33º 0.52% 0.66% -
HSV(B) 257.33º 0.42% 0.84% -
XYZ 31.92 25.75 66.91 -
YUV 142.03 168.61 133.68 -
System Red Green Blue C M Y K H S L
Decimal 150 124 214 0.30 0.42 0 0.16 257.33 0.52 0.66
Hex 96 7C D6 1E 2A 0 10 101 34 42
Octal 226 174 326 36 52 0 20 401 64 102
Binary 10010110 1111100 11010110 11110 101010 0 10000 100000001 110100 1000010

Color Harmonies of #967CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967CD6

Black with #967CD6

Text Example


Text Example

White with #967CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967CD6; }

 p { color: rgb(150,124,214); }

 H1.HeaderClassName
 {
   color: #967CD6;
 }
 .AnyTagClassName
 {
   color: #967CD6;
 }
</style>

background-color css

<style>
 a { background-color: #967CD6; }

 a { background-color: rgb(150,124,214); }

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

border-color css

<style>
 span { border-color: #967CD6; }

 span { border-color: rgb(150,124,214); }

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