Html Css Color HEX #9662EC Medium Purple

📋 copy color: '#9662EC'

red 150 ◦ green 98 ◦ blue 236

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

Shades of Medium Purple #9662EC

Tints of Medium Purple #9662EC

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.25%

 BLUE value IS 236 (92.58% from 255) = 48.76%

R = 30.99%
G = 20.25%
B = 48.76%

CMYK

 C value IS 0.36

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9662EC (or 0x9662EC) is known color: Medium Purple. HEX triplet: 96, 62 and EC. RGB value is (150,98,236). Sum of RGB (Red+Green+Blue) = 150+98+236=484 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.99% from 484); Green value is 98 (38.67% from 255 or 20.25% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #9662EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9662EC is #699D13. Grayscale: #808080. Windows color (decimal): -6921492 or 15491734. OLE color: 15491734.

HSL color Cylindrical-coordinate representation of color #9662EC: hue angle of 262.61º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9662EC is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 98 236 -
CMYK 0.36 0.58 0 0.07
HSL 262.61º 0.78% 0.65% -
HSV(B) 262.61º 0.58% 0.93% -
XYZ 32.09 21.28 81.77 -
YUV 129.28 188.23 142.78 -
System Red Green Blue C M Y K H S L
Decimal 150 98 236 0.36 0.58 0 0.07 262.61 0.78 0.65
Hex 96 62 EC 24 3A 0 7 107 4E 41
Octal 226 142 354 44 72 0 7 407 116 101
Binary 10010110 1100010 11101100 100100 111010 0 111 100000111 1001110 1000001

Color Harmonies of #9662EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9662EC

Black with #9662EC

Text Example


Text Example

White with #9662EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9662EC; }

 p { color: rgb(150,98,236); }

 H1.HeaderClassName
 {
   color: #9662EC;
 }
 .AnyTagClassName
 {
   color: #9662EC;
 }
</style>

background-color css

<style>
 a { background-color: #9662EC; }

 a { background-color: rgb(150,98,236); }

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

border-color css

<style>
 span { border-color: #9662EC; }

 span { border-color: rgb(150,98,236); }

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