Html Css Color HEX #9681EF Medium Purple

📋 copy color: '#9681EF'

red 150 ◦ green 129 ◦ blue 239

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

Shades of Medium Purple #9681EF

Tints of Medium Purple #9681EF

RGB

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

 GREEN value IS 129 (50.78% from 255) = 24.9%

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

R = 28.96%
G = 24.9%
B = 46.14%

CMYK

 C value IS 0.37

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9681EF (or 0x9681EF) is known color: Medium Purple. HEX triplet: 96, 81 and EF. RGB value is (150,129,239). Sum of RGB (Red+Green+Blue) = 150+129+239=518 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.96% from 518); Green value is 129 (50.78% from 255 or 24.90% from 518); Blue value is 239 (93.75% from 255 or 46.14% from 518); Max value from RGB is 239 - color contains mainly: blue. Hex color #9681EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9681EF is #697E10. Grayscale: #939393. Windows color (decimal): -6913553 or 15696278. OLE color: 15696278.

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

Color convert

RGB 150 129 239 -
CMYK 0.37 0.46 0 0.06
HSL 251.45º 0.77% 0.72% -
HSV(B) 251.45º 0.46% 0.94% -
XYZ 36.01 28.42 85.25 -
YUV 147.82 179.46 129.56 -
System Red Green Blue C M Y K H S L
Decimal 150 129 239 0.37 0.46 0 0.06 251.45 0.77 0.72
Hex 96 81 EF 25 2E 0 6 FB 4D 48
Octal 226 201 357 45 56 0 6 373 115 110
Binary 10010110 10000001 11101111 100101 101110 0 110 11111011 1001101 1001000

Color Harmonies of #9681EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9681EF

Black with #9681EF

Text Example


Text Example

White with #9681EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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