Html Css Color HEX #9D64EB Medium Purple

📋 copy color: '#9D64EB'

red 157 ◦ green 100 ◦ blue 235

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

Shades of Medium Purple #9D64EB

Tints of Medium Purple #9D64EB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.33%

 BLUE value IS 235 (92.19% from 255) = 47.76%

R = 31.91%
G = 20.33%
B = 47.76%

CMYK

 C value IS 0.33

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9D64EB (or 0x9D64EB) is known color: Medium Purple. HEX triplet: 9D, 64 and EB. RGB value is (157,100,235). Sum of RGB (Red+Green+Blue) = 157+100+235=492 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.91% from 492); Green value is 100 (39.45% from 255 or 20.33% from 492); Blue value is 235 (92.19% from 255 or 47.76% from 492); Max value from RGB is 235 - color contains mainly: blue. Hex color #9D64EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D64EB is #629B14. Grayscale: #838383. Windows color (decimal): -6462229 or 15426717. OLE color: 15426717.

HSL color Cylindrical-coordinate representation of color #9D64EB: hue angle of 265.33º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9D64EB is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 157 100 235 -
CMYK 0.33 0.57 0 0.08
HSL 265.33º 0.77% 0.66% -
HSV(B) 265.33º 0.57% 0.92% -
XYZ 33.46 22.28 81.13 -
YUV 132.43 185.88 145.52 -
System Red Green Blue C M Y K H S L
Decimal 157 100 235 0.33 0.57 0 0.08 265.33 0.77 0.66
Hex 9D 64 EB 21 39 0 8 109 4D 42
Octal 235 144 353 41 71 0 10 411 115 102
Binary 10011101 1100100 11101011 100001 111001 0 1000 100001001 1001101 1000010

Color Harmonies of #9D64EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D64EB

Black with #9D64EB

Text Example


Text Example

White with #9D64EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,100,235); }

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

background-color css

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

 a { background-color: rgb(157,100,235); }

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

border-color css

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

 span { border-color: rgb(157,100,235); }

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