Html Css Color HEX #9962EC Medium Purple

📋 copy color: '#9962EC'

red 153 ◦ green 98 ◦ blue 236

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

Shades of Medium Purple #9962EC

Tints of Medium Purple #9962EC

RGB

 RED value IS 153 (60.16% from 255) = 31.42%

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

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

R = 31.42%
G = 20.12%
B = 48.46%

CMYK

 C value IS 0.35

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9962EC (or 0x9962EC) is known color: Medium Purple. HEX triplet: 99, 62 and EC. RGB value is (153,98,236). Sum of RGB (Red+Green+Blue) = 153+98+236=487 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.42% from 487); Green value is 98 (38.67% from 255 or 20.12% from 487); Blue value is 236 (92.58% from 255 or 48.46% from 487); Max value from RGB is 236 - color contains mainly: blue. Hex color #9962EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9962EC is #669D13. Grayscale: #818181. Windows color (decimal): -6724884 or 15491737. OLE color: 15491737.

HSL color Cylindrical-coordinate representation of color #9962EC: hue angle of 263.91º 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 #9962EC is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 153 98 236 -
CMYK 0.35 0.58 0 0.07
HSL 263.91º 0.78% 0.65% -
HSV(B) 263.91º 0.58% 0.93% -
XYZ 32.64 21.56 81.8 -
YUV 130.18 187.72 144.28 -
System Red Green Blue C M Y K H S L
Decimal 153 98 236 0.35 0.58 0 0.07 263.91 0.78 0.65
Hex 99 62 EC 23 3A 0 7 108 4E 41
Octal 231 142 354 43 72 0 7 410 116 101
Binary 10011001 1100010 11101100 100011 111010 0 111 100001000 1001110 1000001

Color Harmonies of #9962EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9962EC

Black with #9962EC

Text Example


Text Example

White with #9962EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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