Html Css Color HEX #966CE2 Medium Purple

📋 copy color: '#966CE2'

red 150 ◦ green 108 ◦ blue 226

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

Shades of Medium Purple #966CE2

Tints of Medium Purple #966CE2

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.31%

 BLUE value IS 226 (88.67% from 255) = 46.69%

R = 30.99%
G = 22.31%
B = 46.69%

CMYK

 C value IS 0.34

 M value IS 0.52

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#966CE2 (or 0x966CE2) is known color: Medium Purple. HEX triplet: 96, 6C and E2. RGB value is (150,108,226). Sum of RGB (Red+Green+Blue) = 150+108+226=484 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.99% from 484); Green value is 108 (42.58% from 255 or 22.31% from 484); Blue value is 226 (88.67% from 255 or 46.69% from 484); Max value from RGB is 226 - color contains mainly: blue. Hex color #966CE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966CE2 is #69931D. Grayscale: #858585. Windows color (decimal): -6918942 or 14838934. OLE color: 14838934.

HSL color Cylindrical-coordinate representation of color #966CE2: hue angle of 261.36º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #966CE2 is Cyan = 0.34, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 150 108 226 -
CMYK 0.34 0.52 0 0.11
HSL 261.36º 0.67% 0.65% -
HSV(B) 261.36º 0.52% 0.89% -
XYZ 31.67 22.7 74.66 -
YUV 134.01 179.91 139.41 -
System Red Green Blue C M Y K H S L
Decimal 150 108 226 0.34 0.52 0 0.11 261.36 0.67 0.65
Hex 96 6C E2 22 34 0 B 105 43 41
Octal 226 154 342 42 64 0 13 405 103 101
Binary 10010110 1101100 11100010 100010 110100 0 1011 100000101 1000011 1000001

Color Harmonies of #966CE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966CE2

Black with #966CE2

Text Example


Text Example

White with #966CE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,108,226); }

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

background-color css

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

 a { background-color: rgb(150,108,226); }

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

border-color css

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

 span { border-color: rgb(150,108,226); }

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