Html Css Color HEX #966FDA Medium Purple

📋 copy color: '#966FDA'

red 150 ◦ green 111 ◦ blue 218

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

Shades of Medium Purple #966FDA

Tints of Medium Purple #966FDA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.17%

 BLUE value IS 218 (85.55% from 255) = 45.51%

R = 31.32%
G = 23.17%
B = 45.51%

CMYK

 C value IS 0.31

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#966FDA (or 0x966FDA) is known color: Medium Purple. HEX triplet: 96, 6F and DA. RGB value is (150,111,218). Sum of RGB (Red+Green+Blue) = 150+111+218=479 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.32% from 479); Green value is 111 (43.75% from 255 or 23.17% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 218 - color contains mainly: blue. Hex color #966FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966FDA is #699025. Grayscale: #868686. Windows color (decimal): -6918182 or 14315414. OLE color: 14315414.

HSL color Cylindrical-coordinate representation of color #966FDA: hue angle of 261.87º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #966FDA is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 111 218 -
CMYK 0.31 0.49 0 0.15
HSL 261.87º 0.59% 0.65% -
HSV(B) 261.87º 0.49% 0.85% -
XYZ 30.92 22.91 69.12 -
YUV 134.86 174.92 138.8 -
System Red Green Blue C M Y K H S L
Decimal 150 111 218 0.31 0.49 0 0.15 261.87 0.59 0.65
Hex 96 6F DA 1F 31 0 F 106 3B 41
Octal 226 157 332 37 61 0 17 406 73 101
Binary 10010110 1101111 11011010 11111 110001 0 1111 100000110 111011 1000001

Color Harmonies of #966FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966FDA

Black with #966FDA

Text Example


Text Example

White with #966FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,111,218); }

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

background-color css

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

 a { background-color: rgb(150,111,218); }

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

border-color css

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

 span { border-color: rgb(150,111,218); }

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