Html Css Color HEX #9752ED Medium Purple

📋 copy color: '#9752ED'

red 151 ◦ green 82 ◦ blue 237

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

Shades of Medium Purple #9752ED

Tints of Medium Purple #9752ED

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.45%

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

R = 32.13%
G = 17.45%
B = 50.43%

CMYK

 C value IS 0.36

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9752ED (or 0x9752ED) is known color: Medium Purple. HEX triplet: 97, 52 and ED. RGB value is (151,82,237). Sum of RGB (Red+Green+Blue) = 151+82+237=470 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.13% from 470); Green value is 82 (32.42% from 255 or 17.45% from 470); Blue value is 237 (92.97% from 255 or 50.43% from 470); Max value from RGB is 237 - color contains mainly: blue. Hex color #9752ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9752ED is #68AD12. Grayscale: #777777. Windows color (decimal): -6860051 or 15553175. OLE color: 15553175.

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

Color convert

RGB 151 82 237 -
CMYK 0.36 0.65 0 0.07
HSL 266.71º 0.81% 0.63% -
HSV(B) 266.71º 0.65% 0.93% -
XYZ 31.07 18.73 82.1 -
YUV 120.3 193.86 149.9 -
System Red Green Blue C M Y K H S L
Decimal 151 82 237 0.36 0.65 0 0.07 266.71 0.81 0.63
Hex 97 52 ED 24 41 0 7 10B 51 3F
Octal 227 122 355 44 101 0 7 413 121 77
Binary 10010111 1010010 11101101 100100 1000001 0 111 100001011 1010001 111111

Color Harmonies of #9752ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9752ED

Black with #9752ED

Text Example


Text Example

White with #9752ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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