Html Css Color HEX #9761ED Medium Purple

📋 copy color: '#9761ED'

red 151 ◦ green 97 ◦ blue 237

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

Shades of Medium Purple #9761ED

Tints of Medium Purple #9761ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.87%

R = 31.13%
G = 20%
B = 48.87%

CMYK

 C value IS 0.36

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9761ED (or 0x9761ED) is known color: Medium Purple. HEX triplet: 97, 61 and ED. RGB value is (151,97,237). Sum of RGB (Red+Green+Blue) = 151+97+237=485 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.13% from 485); Green value is 97 (38.28% from 255 or 20% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 237 - color contains mainly: blue. Hex color #9761ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9761ED is #689E12. Grayscale: #808080. Windows color (decimal): -6856211 or 15557015. OLE color: 15557015.

HSL color Cylindrical-coordinate representation of color #9761ED: hue angle of 263.14º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9761ED is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 151 97 237 -
CMYK 0.36 0.59 0 0.07
HSL 263.14º 0.8% 0.65% -
HSV(B) 263.14º 0.59% 0.93% -
XYZ 32.32 21.24 82.52 -
YUV 129.11 188.89 143.62 -
System Red Green Blue C M Y K H S L
Decimal 151 97 237 0.36 0.59 0 0.07 263.14 0.8 0.65
Hex 97 61 ED 24 3B 0 7 107 50 41
Octal 227 141 355 44 73 0 7 407 120 101
Binary 10010111 1100001 11101101 100100 111011 0 111 100000111 1010000 1000001

Color Harmonies of #9761ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9761ED

Black with #9761ED

Text Example


Text Example

White with #9761ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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