Html Css Color HEX #9683EF Medium Purple

📋 copy color: '#9683EF'

red 150 ◦ green 131 ◦ blue 239

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

Shades of Medium Purple #9683EF

Tints of Medium Purple #9683EF

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.19%

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

R = 28.85%
G = 25.19%
B = 45.96%

CMYK

 C value IS 0.37

 M value IS 0.45

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9683EF (or 0x9683EF) is known color: Medium Purple. HEX triplet: 96, 83 and EF. RGB value is (150,131,239). Sum of RGB (Red+Green+Blue) = 150+131+239=520 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.85% from 520); Green value is 131 (51.56% from 255 or 25.19% from 520); Blue value is 239 (93.75% from 255 or 45.96% from 520); Max value from RGB is 239 - color contains mainly: blue. Hex color #9683EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9683EF is #697C10. Grayscale: #949494. Windows color (decimal): -6913041 or 15696790. OLE color: 15696790.

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

Color convert

RGB 150 131 239 -
CMYK 0.37 0.45 0 0.06
HSL 250.56º 0.77% 0.73% -
HSV(B) 250.56º 0.45% 0.94% -
XYZ 36.27 28.95 85.34 -
YUV 148.99 178.79 128.72 -
System Red Green Blue C M Y K H S L
Decimal 150 131 239 0.37 0.45 0 0.06 250.56 0.77 0.73
Hex 96 83 EF 25 2D 0 6 FB 4D 49
Octal 226 203 357 45 55 0 6 373 115 111
Binary 10010110 10000011 11101111 100101 101101 0 110 11111011 1001101 1001001

Color Harmonies of #9683EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9683EF

Black with #9683EF

Text Example


Text Example

White with #9683EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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