Html Css Color HEX #9D5EFA Medium Purple

📋 copy color: '#9D5EFA'

red 157 ◦ green 94 ◦ blue 250

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

Shades of Medium Purple #9D5EFA

Tints of Medium Purple #9D5EFA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.76%

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

R = 31.34%
G = 18.76%
B = 49.9%

CMYK

 C value IS 0.37

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9D5EFA (or 0x9D5EFA) is known color: Medium Purple. HEX triplet: 9D, 5E and FA. RGB value is (157,94,250). Sum of RGB (Red+Green+Blue) = 157+94+250=501 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.34% from 501); Green value is 94 (37.11% from 255 or 18.76% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #9D5EFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D5EFA is #62A105. Grayscale: #828282. Windows color (decimal): -6463750 or 16408221. OLE color: 16408221.

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

Color convert

RGB 157 94 250 -
CMYK 0.37 0.62 0 0.02
HSL 264.23º 0.94% 0.67% -
HSV(B) 264.23º 0.62% 0.98% -
XYZ 35.16 22.08 92.85 -
YUV 130.62 195.37 146.82 -
System Red Green Blue C M Y K H S L
Decimal 157 94 250 0.37 0.62 0 0.02 264.23 0.94 0.67
Hex 9D 5E FA 25 3E 0 2 108 5E 43
Octal 235 136 372 45 76 0 2 410 136 103
Binary 10011101 1011110 11111010 100101 111110 0 10 100001000 1011110 1000011

Color Harmonies of #9D5EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5EFA

Black with #9D5EFA

Text Example


Text Example

White with #9D5EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,94,250); }

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

background-color css

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

 a { background-color: rgb(157,94,250); }

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

border-color css

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

 span { border-color: rgb(157,94,250); }

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