Html Css Color HEX #966FEB Medium Purple

📋 copy color: '#966FEB'

red 150 ◦ green 111 ◦ blue 235

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

Shades of Medium Purple #966FEB

Tints of Medium Purple #966FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.38%

R = 30.24%
G = 22.38%
B = 47.38%

CMYK

 C value IS 0.36

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#966FEB (or 0x966FEB) is known color: Medium Purple. HEX triplet: 96, 6F and EB. RGB value is (150,111,235). Sum of RGB (Red+Green+Blue) = 150+111+235=496 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.24% from 496); Green value is 111 (43.75% from 255 or 22.38% from 496); Blue value is 235 (92.19% from 255 or 47.38% from 496); Max value from RGB is 235 - color contains mainly: blue. Hex color #966FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #966FEB is #699014. Grayscale: #888888. Windows color (decimal): -6918165 or 15429526. OLE color: 15429526.

HSL color Cylindrical-coordinate representation of color #966FEB: hue angle of 258.87º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #966FEB is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 150 111 235 -
CMYK 0.36 0.53 0 0.08
HSL 258.87º 0.76% 0.68% -
HSV(B) 258.87º 0.53% 0.92% -
XYZ 33.26 23.85 81.45 -
YUV 136.8 183.42 137.42 -
System Red Green Blue C M Y K H S L
Decimal 150 111 235 0.36 0.53 0 0.08 258.87 0.76 0.68
Hex 96 6F EB 24 35 0 8 103 4C 44
Octal 226 157 353 44 65 0 10 403 114 104
Binary 10010110 1101111 11101011 100100 110101 0 1000 100000011 1001100 1000100

Color Harmonies of #966FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966FEB

Black with #966FEB

Text Example


Text Example

White with #966FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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