Html Css Color HEX #9654EF Medium Purple

📋 copy color: '#9654EF'

red 150 ◦ green 84 ◦ blue 239

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

Shades of Medium Purple #9654EF

Tints of Medium Purple #9654EF

RGB

 RED value IS 150 (58.98% from 255) = 31.71%

 GREEN value IS 84 (33.2% from 255) = 17.76%

 BLUE value IS 239 (93.75% from 255) = 50.53%

R = 31.71%
G = 17.76%
B = 50.53%

CMYK

 C value IS 0.37

 M value IS 0.65

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9654EF (or 0x9654EF) is known color: Medium Purple. HEX triplet: 96, 54 and EF. RGB value is (150,84,239). Sum of RGB (Red+Green+Blue) = 150+84+239=473 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.71% from 473); Green value is 84 (33.20% from 255 or 17.76% from 473); Blue value is 239 (93.75% from 255 or 50.53% from 473); Max value from RGB is 239 - color contains mainly: blue. Hex color #9654EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9654EF is #69AB10. Grayscale: #787878. Windows color (decimal): -6925073 or 15684758. OLE color: 15684758.

HSL color Cylindrical-coordinate representation of color #9654EF: hue angle of 265.55º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9654EF is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 150 84 239 -
CMYK 0.37 0.65 0 0.06
HSL 265.55º 0.83% 0.63% -
HSV(B) 265.55º 0.65% 0.94% -
XYZ 31.33 19.06 83.69 -
YUV 121.4 194.37 148.4 -
System Red Green Blue C M Y K H S L
Decimal 150 84 239 0.37 0.65 0 0.06 265.55 0.83 0.63
Hex 96 54 EF 25 41 0 6 10A 53 3F
Octal 226 124 357 45 101 0 6 412 123 77
Binary 10010110 1010100 11101111 100101 1000001 0 110 100001010 1010011 111111

Color Harmonies of #9654EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9654EF

Black with #9654EF

Text Example


Text Example

White with #9654EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9654EF; }

 p { color: rgb(150,84,239); }

 H1.HeaderClassName
 {
   color: #9654EF;
 }
 .AnyTagClassName
 {
   color: #9654EF;
 }
</style>

background-color css

<style>
 a { background-color: #9654EF; }

 a { background-color: rgb(150,84,239); }

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

border-color css

<style>
 span { border-color: #9654EF; }

 span { border-color: rgb(150,84,239); }

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