Html Css Color HEX #9D5AFB Medium Purple

📋 copy color: '#9D5AFB'

red 157 ◦ green 90 ◦ blue 251

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

Shades of Medium Purple #9D5AFB

Tints of Medium Purple #9D5AFB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.07%

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

R = 31.53%
G = 18.07%
B = 50.4%

CMYK

 C value IS 0.37

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9D5AFB (or 0x9D5AFB) is known color: Medium Purple. HEX triplet: 9D, 5A and FB. RGB value is (157,90,251). Sum of RGB (Red+Green+Blue) = 157+90+251=498 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.53% from 498); Green value is 90 (35.55% from 255 or 18.07% from 498); Blue value is 251 (98.44% from 255 or 50.40% from 498); Max value from RGB is 251 - color contains mainly: blue. Hex color #9D5AFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D5AFB is #62A504. Grayscale: #7F7F7F. Windows color (decimal): -6464773 or 16472733. OLE color: 16472733.

HSL color Cylindrical-coordinate representation of color #9D5AFB: hue angle of 264.97º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9D5AFB is Cyan = 0.37, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 157 90 251 -
CMYK 0.37 0.64 0 0.02
HSL 264.97º 0.95% 0.67% -
HSV(B) 264.97º 0.64% 0.98% -
XYZ 34.97 21.45 93.56 -
YUV 128.39 197.2 148.41 -
System Red Green Blue C M Y K H S L
Decimal 157 90 251 0.37 0.64 0 0.02 264.97 0.95 0.67
Hex 9D 5A FB 25 40 0 2 109 5F 43
Octal 235 132 373 45 100 0 2 411 137 103
Binary 10011101 1011010 11111011 100101 1000000 0 10 100001001 1011111 1000011

Color Harmonies of #9D5AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5AFB

Black with #9D5AFB

Text Example


Text Example

White with #9D5AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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