Html Css Color HEX #966DDB Medium Purple

📋 copy color: '#966DDB'

red 150 ◦ green 109 ◦ blue 219

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

Shades of Medium Purple #966DDB

Tints of Medium Purple #966DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.82%

R = 31.38%
G = 22.8%
B = 45.82%

CMYK

 C value IS 0.32

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#966DDB (or 0x966DDB) is known color: Medium Purple. HEX triplet: 96, 6D and DB. RGB value is (150,109,219). Sum of RGB (Red+Green+Blue) = 150+109+219=478 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.38% from 478); Green value is 109 (42.97% from 255 or 22.80% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #966DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966DDB is #699224. Grayscale: #858585. Windows color (decimal): -6918693 or 14380438. OLE color: 14380438.

HSL color Cylindrical-coordinate representation of color #966DDB: hue angle of 262.36º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #966DDB is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 109 219 -
CMYK 0.32 0.50 0 0.14
HSL 262.36º 0.6% 0.64% -
HSV(B) 262.36º 0.5% 0.86% -
XYZ 30.83 22.54 69.74 -
YUV 133.8 176.08 139.56 -
System Red Green Blue C M Y K H S L
Decimal 150 109 219 0.32 0.50 0 0.14 262.36 0.6 0.64
Hex 96 6D DB 20 32 0 E 106 3C 40
Octal 226 155 333 40 62 0 16 406 74 100
Binary 10010110 1101101 11011011 100000 110010 0 1110 100000110 111100 1000000

Color Harmonies of #966DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966DDB

Black with #966DDB

Text Example


Text Example

White with #966DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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