Html Css Color HEX #9681EA Medium Purple

📋 copy color: '#9681EA'

red 150 ◦ green 129 ◦ blue 234

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

Shades of Medium Purple #9681EA

Tints of Medium Purple #9681EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.61%

R = 29.24%
G = 25.15%
B = 45.61%

CMYK

 C value IS 0.36

 M value IS 0.45

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9681EA (or 0x9681EA) is known color: Medium Purple. HEX triplet: 96, 81 and EA. RGB value is (150,129,234). Sum of RGB (Red+Green+Blue) = 150+129+234=513 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.24% from 513); Green value is 129 (50.78% from 255 or 25.15% from 513); Blue value is 234 (91.80% from 255 or 45.61% from 513); Max value from RGB is 234 - color contains mainly: blue. Hex color #9681EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9681EA is #697E15. Grayscale: #929292. Windows color (decimal): -6913558 or 15368598. OLE color: 15368598.

HSL color Cylindrical-coordinate representation of color #9681EA: hue angle of 252º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9681EA is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 150 129 234 -
CMYK 0.36 0.45 0 0.08
HSL 252º 0.71% 0.71% -
HSV(B) 252º 0.45% 0.92% -
XYZ 35.28 28.13 81.41 -
YUV 147.25 176.96 129.96 -
System Red Green Blue C M Y K H S L
Decimal 150 129 234 0.36 0.45 0 0.08 252 0.71 0.71
Hex 96 81 EA 24 2D 0 8 FC 47 47
Octal 226 201 352 44 55 0 10 374 107 107
Binary 10010110 10000001 11101010 100100 101101 0 1000 11111100 1000111 1000111

Color Harmonies of #9681EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9681EA

Black with #9681EA

Text Example


Text Example

White with #9681EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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