Html Css Color HEX #9756EB Medium Purple

📋 copy color: '#9756EB'

red 151 ◦ green 86 ◦ blue 235

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

Shades of Medium Purple #9756EB

Tints of Medium Purple #9756EB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.22%

 BLUE value IS 235 (92.19% from 255) = 49.79%

R = 31.99%
G = 18.22%
B = 49.79%

CMYK

 C value IS 0.36

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9756EB (or 0x9756EB) is known color: Medium Purple. HEX triplet: 97, 56 and EB. RGB value is (151,86,235). Sum of RGB (Red+Green+Blue) = 151+86+235=472 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.99% from 472); Green value is 86 (33.98% from 255 or 18.22% from 472); Blue value is 235 (92.19% from 255 or 49.79% from 472); Max value from RGB is 235 - color contains mainly: blue. Hex color #9756EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9756EB is #68A914. Grayscale: #797979. Windows color (decimal): -6859029 or 15423127. OLE color: 15423127.

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

Color convert

RGB 151 86 235 -
CMYK 0.36 0.63 0 0.08
HSL 266.17º 0.79% 0.63% -
HSV(B) 266.17º 0.63% 0.92% -
XYZ 31.09 19.23 80.67 -
YUV 122.42 191.53 148.38 -
System Red Green Blue C M Y K H S L
Decimal 151 86 235 0.36 0.63 0 0.08 266.17 0.79 0.63
Hex 97 56 EB 24 3F 0 8 10A 4F 3F
Octal 227 126 353 44 77 0 10 412 117 77
Binary 10010111 1010110 11101011 100100 111111 0 1000 100001010 1001111 111111

Color Harmonies of #9756EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9756EB

Black with #9756EB

Text Example


Text Example

White with #9756EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9756EB; }

 p { color: rgb(151,86,235); }

 H1.HeaderClassName
 {
   color: #9756EB;
 }
 .AnyTagClassName
 {
   color: #9756EB;
 }
</style>

background-color css

<style>
 a { background-color: #9756EB; }

 a { background-color: rgb(151,86,235); }

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

border-color css

<style>
 span { border-color: #9756EB; }

 span { border-color: rgb(151,86,235); }

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