Html Css Color HEX #9A56EB Medium Purple

📋 copy color: '#9A56EB'

red 154 ◦ green 86 ◦ blue 235

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

Shades of Medium Purple #9A56EB

Tints of Medium Purple #9A56EB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.11%

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

R = 32.42%
G = 18.11%
B = 49.47%

CMYK

 C value IS 0.34

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9A56EB (or 0x9A56EB) is known color: Medium Purple. HEX triplet: 9A, 56 and EB. RGB value is (154,86,235). Sum of RGB (Red+Green+Blue) = 154+86+235=475 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.42% from 475); Green value is 86 (33.98% from 255 or 18.11% from 475); Blue value is 235 (92.19% from 255 or 49.47% from 475); Max value from RGB is 235 - color contains mainly: blue. Hex color #9A56EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A56EB is #65A914. Grayscale: #7A7A7A. Windows color (decimal): -6662421 or 15423130. OLE color: 15423130.

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

Color convert

RGB 154 86 235 -
CMYK 0.34 0.63 0 0.08
HSL 267.38º 0.79% 0.63% -
HSV(B) 267.38º 0.63% 0.92% -
XYZ 31.65 19.52 80.7 -
YUV 123.32 191.03 149.88 -
System Red Green Blue C M Y K H S L
Decimal 154 86 235 0.34 0.63 0 0.08 267.38 0.79 0.63
Hex 9A 56 EB 22 3F 0 8 10B 4F 3F
Octal 232 126 353 42 77 0 10 413 117 77
Binary 10011010 1010110 11101011 100010 111111 0 1000 100001011 1001111 111111

Color Harmonies of #9A56EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A56EB

Black with #9A56EB

Text Example


Text Example

White with #9A56EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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