Html Css Color HEX #9A62EC Medium Purple

📋 copy color: '#9A62EC'

red 154 ◦ green 98 ◦ blue 236

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

Shades of Medium Purple #9A62EC

Tints of Medium Purple #9A62EC

RGB

 RED value IS 154 (60.55% from 255) = 31.56%

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

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

R = 31.56%
G = 20.08%
B = 48.36%

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

#9A62EC (or 0x9A62EC) is known color: Medium Purple. HEX triplet: 9A, 62 and EC. RGB value is (154,98,236). Sum of RGB (Red+Green+Blue) = 154+98+236=488 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.56% from 488); Green value is 98 (38.67% from 255 or 20.08% from 488); Blue value is 236 (92.58% from 255 or 48.36% from 488); Max value from RGB is 236 - color contains mainly: blue. Hex color #9A62EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A62EC is #659D13. Grayscale: #818181. Windows color (decimal): -6659348 or 15491738. OLE color: 15491738.

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

Color convert

RGB 154 98 236 -
CMYK 0.35 0.58 0 0.07
HSL 264.35º 0.78% 0.65% -
HSV(B) 264.35º 0.58% 0.93% -
XYZ 32.83 21.66 81.81 -
YUV 130.48 187.55 144.78 -
System Red Green Blue C M Y K H S L
Decimal 154 98 236 0.35 0.58 0 0.07 264.35 0.78 0.65
Hex 9A 62 EC 23 3A 0 7 108 4E 41
Octal 232 142 354 43 72 0 7 410 116 101
Binary 10011010 1100010 11101100 100011 111010 0 111 100001000 1001110 1000001

Color Harmonies of #9A62EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A62EC

Black with #9A62EC

Text Example


Text Example

White with #9A62EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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