Html Css Color HEX #966CED Medium Purple

📋 copy color: '#966CED'

red 150 ◦ green 108 ◦ blue 237

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

Shades of Medium Purple #966CED

Tints of Medium Purple #966CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.88%

R = 30.3%
G = 21.82%
B = 47.88%

CMYK

 C value IS 0.37

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#966CED (or 0x966CED) is known color: Medium Purple. HEX triplet: 96, 6C and ED. RGB value is (150,108,237). Sum of RGB (Red+Green+Blue) = 150+108+237=495 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.30% from 495); Green value is 108 (42.58% from 255 or 21.82% from 495); Blue value is 237 (92.97% from 255 or 47.88% from 495); Max value from RGB is 237 - color contains mainly: blue. Hex color #966CED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #966CED is #699312. Grayscale: #868686. Windows color (decimal): -6918931 or 15559830. OLE color: 15559830.

HSL color Cylindrical-coordinate representation of color #966CED: hue angle of 259.53º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #966CED is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 108 237 -
CMYK 0.37 0.54 0 0.07
HSL 259.53º 0.78% 0.68% -
HSV(B) 259.53º 0.54% 0.93% -
XYZ 33.23 23.32 82.87 -
YUV 135.26 185.41 138.51 -
System Red Green Blue C M Y K H S L
Decimal 150 108 237 0.37 0.54 0 0.07 259.53 0.78 0.68
Hex 96 6C ED 25 36 0 7 104 4E 44
Octal 226 154 355 45 66 0 7 404 116 104
Binary 10010110 1101100 11101101 100101 110110 0 111 100000100 1001110 1000100

Color Harmonies of #966CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966CED

Black with #966CED

Text Example


Text Example

White with #966CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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