Html Css Color HEX #9761E8 Medium Purple

📋 copy color: '#9761E8'

red 151 ◦ green 97 ◦ blue 232

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

Shades of Medium Purple #9761E8

Tints of Medium Purple #9761E8

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.21%

 BLUE value IS 232 (91.02% from 255) = 48.33%

R = 31.46%
G = 20.21%
B = 48.33%

CMYK

 C value IS 0.35

 M value IS 0.58

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#9761E8 (or 0x9761E8) is known color: Medium Purple. HEX triplet: 97, 61 and E8. RGB value is (151,97,232). Sum of RGB (Red+Green+Blue) = 151+97+232=480 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.46% from 480); Green value is 97 (38.28% from 255 or 20.21% from 480); Blue value is 232 (91.02% from 255 or 48.33% from 480); Max value from RGB is 232 - color contains mainly: blue. Hex color #9761E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9761E8 is #689E17. Grayscale: #808080. Windows color (decimal): -6856216 or 15229335. OLE color: 15229335.

HSL color Cylindrical-coordinate representation of color #9761E8: hue angle of 264º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9761E8 is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 151 97 232 -
CMYK 0.35 0.58 0 0.09
HSL 264º 0.75% 0.65% -
HSV(B) 264º 0.58% 0.91% -
XYZ 31.6 20.95 78.72 -
YUV 128.54 186.39 144.02 -
System Red Green Blue C M Y K H S L
Decimal 151 97 232 0.35 0.58 0 0.09 264 0.75 0.65
Hex 97 61 E8 23 3A 0 9 108 4B 41
Octal 227 141 350 43 72 0 11 410 113 101
Binary 10010111 1100001 11101000 100011 111010 0 1001 100001000 1001011 1000001

Color Harmonies of #9761E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9761E8

Black with #9761E8

Text Example


Text Example

White with #9761E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9761E8; }

 p { color: rgb(151,97,232); }

 H1.HeaderClassName
 {
   color: #9761E8;
 }
 .AnyTagClassName
 {
   color: #9761E8;
 }
</style>

background-color css

<style>
 a { background-color: #9761E8; }

 a { background-color: rgb(151,97,232); }

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

border-color css

<style>
 span { border-color: #9761E8; }

 span { border-color: rgb(151,97,232); }

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