Html Css Color HEX #9B57F4 Medium Purple

📋 copy color: '#9B57F4'

red 155 ◦ green 87 ◦ blue 244

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

Shades of Medium Purple #9B57F4

Tints of Medium Purple #9B57F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 50.21%

R = 31.89%
G = 17.9%
B = 50.21%

CMYK

 C value IS 0.36

 M value IS 0.64

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9B57F4 (or 0x9B57F4) is known color: Medium Purple. HEX triplet: 9B, 57 and F4. RGB value is (155,87,244). Sum of RGB (Red+Green+Blue) = 155+87+244=486 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.89% from 486); Green value is 87 (34.38% from 255 or 17.90% from 486); Blue value is 244 (95.70% from 255 or 50.21% from 486); Max value from RGB is 244 - color contains mainly: blue. Hex color #9B57F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B57F4 is #64A80B. Grayscale: #7C7C7C. Windows color (decimal): -6596620 or 16013211. OLE color: 16013211.

HSL color Cylindrical-coordinate representation of color #9B57F4: hue angle of 265.99º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9B57F4 is Cyan = 0.36, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 155 87 244 -
CMYK 0.36 0.64 0 0.04
HSL 265.99º 0.88% 0.65% -
HSV(B) 265.99º 0.64% 0.96% -
XYZ 33.25 20.32 87.76 -
YUV 125.23 195.03 149.23 -
System Red Green Blue C M Y K H S L
Decimal 155 87 244 0.36 0.64 0 0.04 265.99 0.88 0.65
Hex 9B 57 F4 24 40 0 4 10A 58 41
Octal 233 127 364 44 100 0 4 412 130 101
Binary 10011011 1010111 11110100 100100 1000000 0 100 100001010 1011000 1000001

Color Harmonies of #9B57F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B57F4

Black with #9B57F4

Text Example


Text Example

White with #9B57F4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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