Html Css Color HEX #966CDB Medium Purple

📋 copy color: '#966CDB'

red 150 ◦ green 108 ◦ blue 219

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

Shades of Medium Purple #966CDB

Tints of Medium Purple #966CDB

RGB

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

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

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

R = 31.45%
G = 22.64%
B = 45.91%

CMYK

 C value IS 0.32

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#966CDB (or 0x966CDB) is known color: Medium Purple. HEX triplet: 96, 6C and DB. RGB value is (150,108,219). Sum of RGB (Red+Green+Blue) = 150+108+219=477 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.45% from 477); Green value is 108 (42.58% from 255 or 22.64% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #966CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966CDB is #699324. Grayscale: #848484. Windows color (decimal): -6918949 or 14380182. OLE color: 14380182.

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

Color convert

RGB 150 108 219 -
CMYK 0.32 0.51 0 0.14
HSL 262.7º 0.61% 0.64% -
HSV(B) 262.7º 0.51% 0.86% -
XYZ 30.73 22.32 69.71 -
YUV 133.21 176.41 139.97 -
System Red Green Blue C M Y K H S L
Decimal 150 108 219 0.32 0.51 0 0.14 262.7 0.61 0.64
Hex 96 6C DB 20 33 0 E 107 3D 40
Octal 226 154 333 40 63 0 16 407 75 100
Binary 10010110 1101100 11011011 100000 110011 0 1110 100000111 111101 1000000

Color Harmonies of #966CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966CDB

Black with #966CDB

Text Example


Text Example

White with #966CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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