Html Css Color HEX #9666EF Medium Purple

📋 copy color: '#9666EF'

red 150 ◦ green 102 ◦ blue 239

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

Shades of Medium Purple #9666EF

Tints of Medium Purple #9666EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.68%

R = 30.55%
G = 20.77%
B = 48.68%

CMYK

 C value IS 0.37

 M value IS 0.57

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9666EF (or 0x9666EF) is known color: Medium Purple. HEX triplet: 96, 66 and EF. RGB value is (150,102,239). Sum of RGB (Red+Green+Blue) = 150+102+239=491 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.55% from 491); Green value is 102 (40.23% from 255 or 20.77% from 491); Blue value is 239 (93.75% from 255 or 48.68% from 491); Max value from RGB is 239 - color contains mainly: blue. Hex color #9666EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9666EF is #699910. Grayscale: #838383. Windows color (decimal): -6920465 or 15689366. OLE color: 15689366.

HSL color Cylindrical-coordinate representation of color #9666EF: hue angle of 261.02º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9666EF is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 150 102 239 -
CMYK 0.37 0.57 0 0.06
HSL 261.02º 0.81% 0.67% -
HSV(B) 261.02º 0.57% 0.94% -
XYZ 32.91 22.22 84.22 -
YUV 131.97 188.4 140.86 -
System Red Green Blue C M Y K H S L
Decimal 150 102 239 0.37 0.57 0 0.06 261.02 0.81 0.67
Hex 96 66 EF 25 39 0 6 105 51 43
Octal 226 146 357 45 71 0 6 405 121 103
Binary 10010110 1100110 11101111 100101 111001 0 110 100000101 1010001 1000011

Color Harmonies of #9666EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9666EF

Black with #9666EF

Text Example


Text Example

White with #9666EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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