Html Css Color HEX #9D5FF4 Medium Purple

📋 copy color: '#9D5FF4'

red 157 ◦ green 95 ◦ blue 244

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

Shades of Medium Purple #9D5FF4

Tints of Medium Purple #9D5FF4

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.15%

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

R = 31.65%
G = 19.15%
B = 49.19%

CMYK

 C value IS 0.36

 M value IS 0.61

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9D5FF4 (or 0x9D5FF4) is known color: Medium Purple. HEX triplet: 9D, 5F and F4. RGB value is (157,95,244). Sum of RGB (Red+Green+Blue) = 157+95+244=496 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.65% from 496); Green value is 95 (37.5% from 255 or 19.15% from 496); Blue value is 244 (95.70% from 255 or 49.19% from 496); Max value from RGB is 244 - color contains mainly: blue. Hex color #9D5FF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D5FF4 is #62A00B. Grayscale: #818181. Windows color (decimal): -6463500 or 16015261. OLE color: 16015261.

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

Color convert

RGB 157 95 244 -
CMYK 0.36 0.61 0 0.04
HSL 264.97º 0.87% 0.66% -
HSV(B) 264.97º 0.61% 0.96% -
XYZ 34.33 21.88 88 -
YUV 130.52 192.04 146.88 -
System Red Green Blue C M Y K H S L
Decimal 157 95 244 0.36 0.61 0 0.04 264.97 0.87 0.66
Hex 9D 5F F4 24 3D 0 4 109 57 42
Octal 235 137 364 44 75 0 4 411 127 102
Binary 10011101 1011111 11110100 100100 111101 0 100 100001001 1010111 1000010

Color Harmonies of #9D5FF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5FF4

Black with #9D5FF4

Text Example


Text Example

White with #9D5FF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,95,244); }

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

background-color css

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

 a { background-color: rgb(157,95,244); }

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

border-color css

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

 span { border-color: rgb(157,95,244); }

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