Html Css Color HEX #9659EB Medium Purple

📋 copy color: '#9659EB'

red 150 ◦ green 89 ◦ blue 235

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

Shades of Medium Purple #9659EB

Tints of Medium Purple #9659EB

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.78%

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

R = 31.65%
G = 18.78%
B = 49.58%

CMYK

 C value IS 0.36

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9659EB (or 0x9659EB) is known color: Medium Purple. HEX triplet: 96, 59 and EB. RGB value is (150,89,235). Sum of RGB (Red+Green+Blue) = 150+89+235=474 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.65% from 474); Green value is 89 (35.16% from 255 or 18.78% from 474); Blue value is 235 (92.19% from 255 or 49.58% from 474); Max value from RGB is 235 - color contains mainly: blue. Hex color #9659EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9659EB is #69A614. Grayscale: #7B7B7B. Windows color (decimal): -6923797 or 15423894. OLE color: 15423894.

HSL color Cylindrical-coordinate representation of color #9659EB: hue angle of 265.07º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9659EB is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 150 89 235 -
CMYK 0.36 0.62 0 0.08
HSL 265.07º 0.78% 0.64% -
HSV(B) 265.07º 0.62% 0.92% -
XYZ 31.15 19.63 80.74 -
YUV 123.88 190.71 146.63 -
System Red Green Blue C M Y K H S L
Decimal 150 89 235 0.36 0.62 0 0.08 265.07 0.78 0.64
Hex 96 59 EB 24 3E 0 8 109 4E 40
Octal 226 131 353 44 76 0 10 411 116 100
Binary 10010110 1011001 11101011 100100 111110 0 1000 100001001 1001110 1000000

Color Harmonies of #9659EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9659EB

Black with #9659EB

Text Example


Text Example

White with #9659EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9659EB; }

 p { color: rgb(150,89,235); }

 H1.HeaderClassName
 {
   color: #9659EB;
 }
 .AnyTagClassName
 {
   color: #9659EB;
 }
</style>

background-color css

<style>
 a { background-color: #9659EB; }

 a { background-color: rgb(150,89,235); }

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

border-color css

<style>
 span { border-color: #9659EB; }

 span { border-color: rgb(150,89,235); }

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