Html Css Color HEX #9A6AF5 Medium Purple

📋 copy color: '#9A6AF5'

red 154 ◦ green 106 ◦ blue 245

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

Shades of Medium Purple #9A6AF5

Tints of Medium Purple #9A6AF5

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.99%

 BLUE value IS 245 (96.09% from 255) = 48.51%

R = 30.5%
G = 20.99%
B = 48.51%

CMYK

 C value IS 0.37

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9A6AF5 (or 0x9A6AF5) is known color: Medium Purple. HEX triplet: 9A, 6A and F5. RGB value is (154,106,245). Sum of RGB (Red+Green+Blue) = 154+106+245=505 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.50% from 505); Green value is 106 (41.80% from 255 or 20.99% from 505); Blue value is 245 (96.09% from 255 or 48.51% from 505); Max value from RGB is 245 - color contains mainly: blue. Hex color #9A6AF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A6AF5 is #65950A. Grayscale: #878787. Windows color (decimal): -6657291 or 16083610. OLE color: 16083610.

HSL color Cylindrical-coordinate representation of color #9A6AF5: hue angle of 260.72º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9A6AF5 is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 154 106 245 -
CMYK 0.37 0.57 0 0.04
HSL 260.72º 0.87% 0.69% -
HSV(B) 260.72º 0.57% 0.96% -
XYZ 34.96 23.77 89.13 -
YUV 136.2 189.4 140.7 -
System Red Green Blue C M Y K H S L
Decimal 154 106 245 0.37 0.57 0 0.04 260.72 0.87 0.69
Hex 9A 6A F5 25 39 0 4 105 57 45
Octal 232 152 365 45 71 0 4 405 127 105
Binary 10011010 1101010 11110101 100101 111001 0 100 100000101 1010111 1000101

Color Harmonies of #9A6AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6AF5

Black with #9A6AF5

Text Example


Text Example

White with #9A6AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,106,245); }

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

background-color css

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

 a { background-color: rgb(154,106,245); }

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

border-color css

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

 span { border-color: rgb(154,106,245); }

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