Html Css Color HEX #9666EB Medium Purple

📋 copy color: '#9666EB'

red 150 ◦ green 102 ◦ blue 235

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

Shades of Medium Purple #9666EB

Tints of Medium Purple #9666EB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.94%

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

R = 30.8%
G = 20.94%
B = 48.25%

CMYK

 C value IS 0.36

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9666EB (or 0x9666EB) is known color: Medium Purple. HEX triplet: 96, 66 and EB. RGB value is (150,102,235). Sum of RGB (Red+Green+Blue) = 150+102+235=487 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.80% from 487); Green value is 102 (40.23% from 255 or 20.94% from 487); Blue value is 235 (92.19% from 255 or 48.25% from 487); Max value from RGB is 235 - color contains mainly: blue. Hex color #9666EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9666EB is #699914. Grayscale: #838383. Windows color (decimal): -6920469 or 15427222. OLE color: 15427222.

HSL color Cylindrical-coordinate representation of color #9666EB: hue angle of 261.65º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9666EB is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 150 102 235 -
CMYK 0.36 0.57 0 0.08
HSL 261.65º 0.77% 0.66% -
HSV(B) 261.65º 0.57% 0.92% -
XYZ 32.32 21.98 81.14 -
YUV 131.51 186.4 141.19 -
System Red Green Blue C M Y K H S L
Decimal 150 102 235 0.36 0.57 0 0.08 261.65 0.77 0.66
Hex 96 66 EB 24 39 0 8 106 4D 42
Octal 226 146 353 44 71 0 10 406 115 102
Binary 10010110 1100110 11101011 100100 111001 0 1000 100000110 1001101 1000010

Color Harmonies of #9666EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9666EB

Black with #9666EB

Text Example


Text Example

White with #9666EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9666EB; }

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

 H1.HeaderClassName
 {
   color: #9666EB;
 }
 .AnyTagClassName
 {
   color: #9666EB;
 }
</style>

background-color css

<style>
 a { background-color: #9666EB; }

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

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

border-color css

<style>
 span { border-color: #9666EB; }

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

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