Html Css Color HEX #966BE0 Medium Purple

📋 copy color: '#966BE0'

red 150 ◦ green 107 ◦ blue 224

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

Shades of Medium Purple #966BE0

Tints of Medium Purple #966BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 46.57%

R = 31.19%
G = 22.25%
B = 46.57%

CMYK

 C value IS 0.33

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#966BE0 (or 0x966BE0) is known color: Medium Purple. HEX triplet: 96, 6B and E0. RGB value is (150,107,224). Sum of RGB (Red+Green+Blue) = 150+107+224=481 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.19% from 481); Green value is 107 (42.19% from 255 or 22.25% from 481); Blue value is 224 (87.89% from 255 or 46.57% from 481); Max value from RGB is 224 - color contains mainly: blue. Hex color #966BE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966BE0 is #69941F. Grayscale: #848484. Windows color (decimal): -6919200 or 14707606. OLE color: 14707606.

HSL color Cylindrical-coordinate representation of color #966BE0: hue angle of 262.05º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #966BE0 is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 150 107 224 -
CMYK 0.33 0.52 0 0.12
HSL 262.05º 0.65% 0.65% -
HSV(B) 262.05º 0.52% 0.88% -
XYZ 31.29 22.38 73.19 -
YUV 133.2 179.25 139.99 -
System Red Green Blue C M Y K H S L
Decimal 150 107 224 0.33 0.52 0 0.12 262.05 0.65 0.65
Hex 96 6B E0 21 34 0 C 106 41 41
Octal 226 153 340 41 64 0 14 406 101 101
Binary 10010110 1101011 11100000 100001 110100 0 1100 100000110 1000001 1000001

Color Harmonies of #966BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966BE0

Black with #966BE0

Text Example


Text Example

White with #966BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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