Html Css Color HEX #9D58FB Medium Purple

📋 copy color: '#9D58FB'

red 157 ◦ green 88 ◦ blue 251

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

Shades of Medium Purple #9D58FB

Tints of Medium Purple #9D58FB

RGB

 RED value IS 157 (61.72% from 255) = 31.65%

 GREEN value IS 88 (34.77% from 255) = 17.74%

 BLUE value IS 251 (98.44% from 255) = 50.6%

R = 31.65%
G = 17.74%
B = 50.6%

CMYK

 C value IS 0.37

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9D58FB (or 0x9D58FB) is known color: Medium Purple. HEX triplet: 9D, 58 and FB. RGB value is (157,88,251). Sum of RGB (Red+Green+Blue) = 157+88+251=496 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.65% from 496); Green value is 88 (34.77% from 255 or 17.74% from 496); Blue value is 251 (98.44% from 255 or 50.60% from 496); Max value from RGB is 251 - color contains mainly: blue. Hex color #9D58FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D58FB is #62A704. Grayscale: #7E7E7E. Windows color (decimal): -6465285 or 16472221. OLE color: 16472221.

HSL color Cylindrical-coordinate representation of color #9D58FB: hue angle of 265.4º degrees, saturation: 0.95, 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 #9D58FB is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 157 88 251 -
CMYK 0.37 0.65 0 0.02
HSL 265.4º 0.95% 0.66% -
HSV(B) 265.4º 0.65% 0.98% -
XYZ 34.81 21.11 93.51 -
YUV 127.21 197.86 149.25 -
System Red Green Blue C M Y K H S L
Decimal 157 88 251 0.37 0.65 0 0.02 265.4 0.95 0.66
Hex 9D 58 FB 25 41 0 2 109 5F 42
Octal 235 130 373 45 101 0 2 411 137 102
Binary 10011101 1011000 11111011 100101 1000001 0 10 100001001 1011111 1000010

Color Harmonies of #9D58FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D58FB

Black with #9D58FB

Text Example


Text Example

White with #9D58FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,88,251); }

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

background-color css

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

 a { background-color: rgb(157,88,251); }

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

border-color css

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

 span { border-color: rgb(157,88,251); }

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