Html Css Color HEX #9681EC Medium Purple

📋 copy color: '#9681EC'

red 150 ◦ green 129 ◦ blue 236

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

Shades of Medium Purple #9681EC

Tints of Medium Purple #9681EC

RGB

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

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

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

R = 29.13%
G = 25.05%
B = 45.83%

CMYK

 C value IS 0.36

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9681EC (or 0x9681EC) is known color: Medium Purple. HEX triplet: 96, 81 and EC. RGB value is (150,129,236). Sum of RGB (Red+Green+Blue) = 150+129+236=515 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.13% from 515); Green value is 129 (50.78% from 255 or 25.05% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 236 - color contains mainly: blue. Hex color #9681EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9681EC is #697E13. Grayscale: #939393. Windows color (decimal): -6913556 or 15499670. OLE color: 15499670.

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

Color convert

RGB 150 129 236 -
CMYK 0.36 0.45 0 0.07
HSL 251.78º 0.74% 0.72% -
HSV(B) 251.78º 0.45% 0.93% -
XYZ 35.57 28.24 82.93 -
YUV 147.48 177.96 129.8 -
System Red Green Blue C M Y K H S L
Decimal 150 129 236 0.36 0.45 0 0.07 251.78 0.74 0.72
Hex 96 81 EC 24 2D 0 7 FC 4A 48
Octal 226 201 354 44 55 0 7 374 112 110
Binary 10010110 10000001 11101100 100100 101101 0 111 11111100 1001010 1001000

Color Harmonies of #9681EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9681EC

Black with #9681EC

Text Example


Text Example

White with #9681EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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