Html Css Color HEX #9F64EB Medium Purple

📋 copy color: '#9F64EB'

red 159 ◦ green 100 ◦ blue 235

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

Shades of Medium Purple #9F64EB

Tints of Medium Purple #9F64EB

RGB

 RED value IS 159 (62.5% from 255) = 32.19%

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

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

R = 32.19%
G = 20.24%
B = 47.57%

CMYK

 C value IS 0.32

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9F64EB (or 0x9F64EB) is known color: Medium Purple. HEX triplet: 9F, 64 and EB. RGB value is (159,100,235). Sum of RGB (Red+Green+Blue) = 159+100+235=494 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.19% from 494); Green value is 100 (39.45% from 255 or 20.24% from 494); Blue value is 235 (92.19% from 255 or 47.57% from 494); Max value from RGB is 235 - color contains mainly: blue. Hex color #9F64EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F64EB is #609B14. Grayscale: #848484. Windows color (decimal): -6331157 or 15426719. OLE color: 15426719.

HSL color Cylindrical-coordinate representation of color #9F64EB: hue angle of 266.22º 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 #9F64EB is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 159 100 235 -
CMYK 0.32 0.57 0 0.08
HSL 266.22º 0.77% 0.66% -
HSV(B) 266.22º 0.57% 0.92% -
XYZ 33.85 22.48 81.15 -
YUV 133.03 185.55 146.52 -
System Red Green Blue C M Y K H S L
Decimal 159 100 235 0.32 0.57 0 0.08 266.22 0.77 0.66
Hex 9F 64 EB 20 39 0 8 10A 4D 42
Octal 237 144 353 40 71 0 10 412 115 102
Binary 10011111 1100100 11101011 100000 111001 0 1000 100001010 1001101 1000010

Color Harmonies of #9F64EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F64EB

Black with #9F64EB

Text Example


Text Example

White with #9F64EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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