Html Css Color HEX #966BEB Medium Purple

📋 copy color: '#966BEB'

red 150 ◦ green 107 ◦ blue 235

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

Shades of Medium Purple #966BEB

Tints of Medium Purple #966BEB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.75%

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

R = 30.49%
G = 21.75%
B = 47.76%

CMYK

 C value IS 0.36

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#966BEB (or 0x966BEB) is known color: Medium Purple. HEX triplet: 96, 6B and EB. RGB value is (150,107,235). Sum of RGB (Red+Green+Blue) = 150+107+235=492 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.49% from 492); Green value is 107 (42.19% from 255 or 21.75% from 492); Blue value is 235 (92.19% from 255 or 47.76% from 492); Max value from RGB is 235 - color contains mainly: blue. Hex color #966BEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #966BEB is #699414. Grayscale: #858585. Windows color (decimal): -6919189 or 15428502. OLE color: 15428502.

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

Color convert

RGB 150 107 235 -
CMYK 0.36 0.54 0 0.08
HSL 260.16º 0.76% 0.67% -
HSV(B) 260.16º 0.54% 0.92% -
XYZ 32.83 23 81.31 -
YUV 134.45 184.75 139.09 -
System Red Green Blue C M Y K H S L
Decimal 150 107 235 0.36 0.54 0 0.08 260.16 0.76 0.67
Hex 96 6B EB 24 36 0 8 104 4C 43
Octal 226 153 353 44 66 0 10 404 114 103
Binary 10010110 1101011 11101011 100100 110110 0 1000 100000100 1001100 1000011

Color Harmonies of #966BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966BEB

Black with #966BEB

Text Example


Text Example

White with #966BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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