Html Css Color HEX #9684EC Medium Purple

📋 copy color: '#9684EC'

red 150 ◦ green 132 ◦ blue 236

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

Shades of Medium Purple #9684EC

Tints of Medium Purple #9684EC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.48%

 BLUE value IS 236 (92.58% from 255) = 45.56%

R = 28.96%
G = 25.48%
B = 45.56%

CMYK

 C value IS 0.36

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9684EC (or 0x9684EC) is known color: Medium Purple. HEX triplet: 96, 84 and EC. RGB value is (150,132,236). Sum of RGB (Red+Green+Blue) = 150+132+236=518 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.96% from 518); Green value is 132 (51.95% from 255 or 25.48% from 518); Blue value is 236 (92.58% from 255 or 45.56% from 518); Max value from RGB is 236 - color contains mainly: blue. Hex color #9684EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9684EC is #697B13. Grayscale: #949494. Windows color (decimal): -6912788 or 15500438. OLE color: 15500438.

HSL color Cylindrical-coordinate representation of color #9684EC: hue angle of 250.38º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9684EC is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 132 236 -
CMYK 0.36 0.44 0 0.07
HSL 250.38º 0.73% 0.72% -
HSV(B) 250.38º 0.44% 0.93% -
XYZ 35.97 29.04 83.07 -
YUV 149.24 176.96 128.54 -
System Red Green Blue C M Y K H S L
Decimal 150 132 236 0.36 0.44 0 0.07 250.38 0.73 0.72
Hex 96 84 EC 24 2C 0 7 FA 49 48
Octal 226 204 354 44 54 0 7 372 111 110
Binary 10010110 10000100 11101100 100100 101100 0 111 11111010 1001001 1001000

Color Harmonies of #9684EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9684EC

Black with #9684EC

Text Example


Text Example

White with #9684EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9684EC; }

 p { color: rgb(150,132,236); }

 H1.HeaderClassName
 {
   color: #9684EC;
 }
 .AnyTagClassName
 {
   color: #9684EC;
 }
</style>

background-color css

<style>
 a { background-color: #9684EC; }

 a { background-color: rgb(150,132,236); }

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

border-color css

<style>
 span { border-color: #9684EC; }

 span { border-color: rgb(150,132,236); }

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