Html Css Color HEX #9B57FA Medium Purple

📋 copy color: '#9B57FA'

red 155 ◦ green 87 ◦ blue 250

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

Shades of Medium Purple #9B57FA

Tints of Medium Purple #9B57FA

RGB

 RED value IS 155 (60.94% from 255) = 31.5%

 GREEN value IS 87 (34.38% from 255) = 17.68%

 BLUE value IS 250 (98.05% from 255) = 50.81%

R = 31.5%
G = 17.68%
B = 50.81%

CMYK

 C value IS 0.38

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9B57FA (or 0x9B57FA) is known color: Medium Purple. HEX triplet: 9B, 57 and FA. RGB value is (155,87,250). Sum of RGB (Red+Green+Blue) = 155+87+250=492 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.50% from 492); Green value is 87 (34.38% from 255 or 17.68% from 492); Blue value is 250 (98.05% from 255 or 50.81% from 492); Max value from RGB is 250 - color contains mainly: blue. Hex color #9B57FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B57FA is #64A805. Grayscale: #7D7D7D. Windows color (decimal): -6596614 or 16406427. OLE color: 16406427.

HSL color Cylindrical-coordinate representation of color #9B57FA: hue angle of 265.03º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9B57FA is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 155 87 250 -
CMYK 0.38 0.65 0 0.02
HSL 265.03º 0.94% 0.66% -
HSV(B) 265.03º 0.65% 0.98% -
XYZ 34.18 20.69 92.63 -
YUV 125.91 198.03 148.75 -
System Red Green Blue C M Y K H S L
Decimal 155 87 250 0.38 0.65 0 0.02 265.03 0.94 0.66
Hex 9B 57 FA 26 41 0 2 109 5E 42
Octal 233 127 372 46 101 0 2 411 136 102
Binary 10011011 1010111 11111010 100110 1000001 0 10 100001001 1011110 1000010

Color Harmonies of #9B57FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B57FA

Black with #9B57FA

Text Example


Text Example

White with #9B57FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B57FA; }

 p { color: rgb(155,87,250); }

 H1.HeaderClassName
 {
   color: #9B57FA;
 }
 .AnyTagClassName
 {
   color: #9B57FA;
 }
</style>

background-color css

<style>
 a { background-color: #9B57FA; }

 a { background-color: rgb(155,87,250); }

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

border-color css

<style>
 span { border-color: #9B57FA; }

 span { border-color: rgb(155,87,250); }

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