Html Css Color HEX #9755F6 Medium Purple

📋 copy color: '#9755F6'

red 151 ◦ green 85 ◦ blue 246

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

Shades of Medium Purple #9755F6

Tints of Medium Purple #9755F6

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.63%

 BLUE value IS 246 (96.48% from 255) = 51.04%

R = 31.33%
G = 17.63%
B = 51.04%

CMYK

 C value IS 0.39

 M value IS 0.65

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9755F6 (or 0x9755F6) is known color: Medium Purple. HEX triplet: 97, 55 and F6. RGB value is (151,85,246). Sum of RGB (Red+Green+Blue) = 151+85+246=482 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.33% from 482); Green value is 85 (33.59% from 255 or 17.63% from 482); Blue value is 246 (96.48% from 255 or 51.04% from 482); Max value from RGB is 246 - color contains mainly: blue. Hex color #9755F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9755F6 is #68AA09. Grayscale: #7A7A7A. Windows color (decimal): -6859274 or 16143767. OLE color: 16143767.

HSL color Cylindrical-coordinate representation of color #9755F6: hue angle of 264.6º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9755F6 is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 151 85 246 -
CMYK 0.39 0.65 0 0.04
HSL 264.6º 0.9% 0.65% -
HSV(B) 264.6º 0.65% 0.96% -
XYZ 32.65 19.73 89.28 -
YUV 123.09 197.37 147.91 -
System Red Green Blue C M Y K H S L
Decimal 151 85 246 0.39 0.65 0 0.04 264.6 0.9 0.65
Hex 97 55 F6 27 41 0 4 109 5A 41
Octal 227 125 366 47 101 0 4 411 132 101
Binary 10010111 1010101 11110110 100111 1000001 0 100 100001001 1011010 1000001

Color Harmonies of #9755F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9755F6

Black with #9755F6

Text Example


Text Example

White with #9755F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9755F6; }

 p { color: rgb(151,85,246); }

 H1.HeaderClassName
 {
   color: #9755F6;
 }
 .AnyTagClassName
 {
   color: #9755F6;
 }
</style>

background-color css

<style>
 a { background-color: #9755F6; }

 a { background-color: rgb(151,85,246); }

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

border-color css

<style>
 span { border-color: #9755F6; }

 span { border-color: rgb(151,85,246); }

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