Html Css Color HEX #966BEC Medium Purple

📋 copy color: '#966BEC'

red 150 ◦ green 107 ◦ blue 236

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

Shades of Medium Purple #966BEC

Tints of Medium Purple #966BEC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.7%

 BLUE value IS 236 (92.58% from 255) = 47.87%

R = 30.43%
G = 21.7%
B = 47.87%

CMYK

 C value IS 0.36

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#966BEC (or 0x966BEC) is known color: Medium Purple. HEX triplet: 96, 6B and EC. RGB value is (150,107,236). Sum of RGB (Red+Green+Blue) = 150+107+236=493 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.43% from 493); Green value is 107 (42.19% from 255 or 21.70% from 493); Blue value is 236 (92.58% from 255 or 47.87% from 493); Max value from RGB is 236 - color contains mainly: blue. Hex color #966BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #966BEC is #699413. Grayscale: #868686. Windows color (decimal): -6919188 or 15494038. OLE color: 15494038.

HSL color Cylindrical-coordinate representation of color #966BEC: hue angle of 260º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #966BEC is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 107 236 -
CMYK 0.36 0.55 0 0.07
HSL 260º 0.77% 0.67% -
HSV(B) 260º 0.55% 0.93% -
XYZ 32.98 23.06 82.07 -
YUV 134.56 185.25 139.01 -
System Red Green Blue C M Y K H S L
Decimal 150 107 236 0.36 0.55 0 0.07 260 0.77 0.67
Hex 96 6B EC 24 37 0 7 104 4D 43
Octal 226 153 354 44 67 0 7 404 115 103
Binary 10010110 1101011 11101100 100100 110111 0 111 100000100 1001101 1000011

Color Harmonies of #966BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966BEC

Black with #966BEC

Text Example


Text Example

White with #966BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,107,236); }

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

background-color css

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

 a { background-color: rgb(150,107,236); }

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

border-color css

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

 span { border-color: rgb(150,107,236); }

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