Html Css Color HEX #9A63EB Medium Purple

📋 copy color: '#9A63EB'

red 154 ◦ green 99 ◦ blue 235

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

Shades of Medium Purple #9A63EB

Tints of Medium Purple #9A63EB

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.29%

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

R = 31.56%
G = 20.29%
B = 48.16%

CMYK

 C value IS 0.34

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9A63EB (or 0x9A63EB) is known color: Medium Purple. HEX triplet: 9A, 63 and EB. RGB value is (154,99,235). Sum of RGB (Red+Green+Blue) = 154+99+235=488 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.56% from 488); Green value is 99 (39.06% from 255 or 20.29% from 488); Blue value is 235 (92.19% from 255 or 48.16% from 488); Max value from RGB is 235 - color contains mainly: blue. Hex color #9A63EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A63EB is #659C14. Grayscale: #828282. Windows color (decimal): -6659093 or 15426458. OLE color: 15426458.

HSL color Cylindrical-coordinate representation of color #9A63EB: hue angle of 264.26º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9A63EB is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 154 99 235 -
CMYK 0.34 0.58 0 0.08
HSL 264.26º 0.77% 0.65% -
HSV(B) 264.26º 0.58% 0.92% -
XYZ 32.78 21.79 81.08 -
YUV 130.95 186.72 144.44 -
System Red Green Blue C M Y K H S L
Decimal 154 99 235 0.34 0.58 0 0.08 264.26 0.77 0.65
Hex 9A 63 EB 22 3A 0 8 108 4D 41
Octal 232 143 353 42 72 0 10 410 115 101
Binary 10011010 1100011 11101011 100010 111010 0 1000 100001000 1001101 1000001

Color Harmonies of #9A63EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A63EB

Black with #9A63EB

Text Example


Text Example

White with #9A63EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,99,235); }

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

background-color css

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

 a { background-color: rgb(154,99,235); }

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

border-color css

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

 span { border-color: rgb(154,99,235); }

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