Html Css Color HEX #966BE9 Medium Purple

📋 copy color: '#966BE9'

red 150 ◦ green 107 ◦ blue 233

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

Shades of Medium Purple #966BE9

Tints of Medium Purple #966BE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 47.55%

R = 30.61%
G = 21.84%
B = 47.55%

CMYK

 C value IS 0.36

 M value IS 0.54

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#966BE9 (or 0x966BE9) is known color: Medium Purple. HEX triplet: 96, 6B and E9. RGB value is (150,107,233). Sum of RGB (Red+Green+Blue) = 150+107+233=490 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.61% from 490); Green value is 107 (42.19% from 255 or 21.84% from 490); Blue value is 233 (91.41% from 255 or 47.55% from 490); Max value from RGB is 233 - color contains mainly: blue. Hex color #966BE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #966BE9 is #699416. Grayscale: #858585. Windows color (decimal): -6919191 or 15297430. OLE color: 15297430.

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

Color convert

RGB 150 107 233 -
CMYK 0.36 0.54 0 0.09
HSL 260.48º 0.74% 0.67% -
HSV(B) 260.48º 0.54% 0.91% -
XYZ 32.54 22.88 79.79 -
YUV 134.22 183.75 139.25 -
System Red Green Blue C M Y K H S L
Decimal 150 107 233 0.36 0.54 0 0.09 260.48 0.74 0.67
Hex 96 6B E9 24 36 0 9 104 4A 43
Octal 226 153 351 44 66 0 11 404 112 103
Binary 10010110 1101011 11101001 100100 110110 0 1001 100000100 1001010 1000011

Color Harmonies of #966BE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966BE9

Black with #966BE9

Text Example


Text Example

White with #966BE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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