Html Css Color HEX #9F64EA Medium Purple

📋 copy color: '#9F64EA'

red 159 ◦ green 100 ◦ blue 234

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

Shades of Medium Purple #9F64EA

Tints of Medium Purple #9F64EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.46%

R = 32.25%
G = 20.28%
B = 47.46%

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

#9F64EA (or 0x9F64EA) is known color: Medium Purple. HEX triplet: 9F, 64 and EA. RGB value is (159,100,234). Sum of RGB (Red+Green+Blue) = 159+100+234=493 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.25% from 493); Green value is 100 (39.45% from 255 or 20.28% from 493); Blue value is 234 (91.80% from 255 or 47.46% from 493); Max value from RGB is 234 - color contains mainly: blue. Hex color #9F64EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F64EA is #609B15. Grayscale: #848484. Windows color (decimal): -6331158 or 15361183. OLE color: 15361183.

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

Color convert

RGB 159 100 234 -
CMYK 0.32 0.57 0 0.08
HSL 266.42º 0.76% 0.65% -
HSV(B) 266.42º 0.57% 0.92% -
XYZ 33.71 22.43 80.39 -
YUV 132.92 185.05 146.6 -
System Red Green Blue C M Y K H S L
Decimal 159 100 234 0.32 0.57 0 0.08 266.42 0.76 0.65
Hex 9F 64 EA 20 39 0 8 10A 4C 41
Octal 237 144 352 40 71 0 10 412 114 101
Binary 10011111 1100100 11101010 100000 111001 0 1000 100001010 1001100 1000001

Color Harmonies of #9F64EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F64EA

Black with #9F64EA

Text Example


Text Example

White with #9F64EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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