Html Css Color HEX #9771EC Medium Purple

📋 copy color: '#9771EC'

red 151 ◦ green 113 ◦ blue 236

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

Shades of Medium Purple #9771EC

Tints of Medium Purple #9771EC

RGB

 RED value IS 151 (59.38% from 255) = 30.2%

 GREEN value IS 113 (44.53% from 255) = 22.6%

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

R = 30.2%
G = 22.6%
B = 47.2%

CMYK

 C value IS 0.36

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9771EC (or 0x9771EC) is known color: Medium Purple. HEX triplet: 97, 71 and EC. RGB value is (151,113,236). Sum of RGB (Red+Green+Blue) = 151+113+236=500 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.2% from 500); Green value is 113 (44.53% from 255 or 22.6% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 236 - color contains mainly: blue. Hex color #9771EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9771EC is #688E13. Grayscale: #898989. Windows color (decimal): -6852116 or 15495575. OLE color: 15495575.

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

Color convert

RGB 151 113 236 -
CMYK 0.36 0.52 0 0.07
HSL 258.54º 0.76% 0.68% -
HSV(B) 258.54º 0.52% 0.93% -
XYZ 33.81 24.45 82.29 -
YUV 138.38 183.09 137 -
System Red Green Blue C M Y K H S L
Decimal 151 113 236 0.36 0.52 0 0.07 258.54 0.76 0.68
Hex 97 71 EC 24 34 0 7 103 4C 44
Octal 227 161 354 44 64 0 7 403 114 104
Binary 10010111 1110001 11101100 100100 110100 0 111 100000011 1001100 1000100

Color Harmonies of #9771EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9771EC

Black with #9771EC

Text Example


Text Example

White with #9771EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,113,236); }

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

background-color css

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

 a { background-color: rgb(151,113,236); }

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

border-color css

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

 span { border-color: rgb(151,113,236); }

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