Html Css Color HEX #9A61F6 Medium Purple

📋 copy color: '#9A61F6'

red 154 ◦ green 97 ◦ blue 246

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

Shades of Medium Purple #9A61F6

Tints of Medium Purple #9A61F6

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.52%

 BLUE value IS 246 (96.48% from 255) = 49.5%

R = 30.99%
G = 19.52%
B = 49.5%

CMYK

 C value IS 0.37

 M value IS 0.61

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9A61F6 (or 0x9A61F6) is known color: Medium Purple. HEX triplet: 9A, 61 and F6. RGB value is (154,97,246). Sum of RGB (Red+Green+Blue) = 154+97+246=497 (65% of max value = 765). Red value is 154 (60.55% from 255 or 30.99% from 497); Green value is 97 (38.28% from 255 or 19.52% from 497); Blue value is 246 (96.48% from 255 or 49.50% from 497); Max value from RGB is 246 - color contains mainly: blue. Hex color #9A61F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A61F6 is #659E09. Grayscale: #828282. Windows color (decimal): -6659594 or 16146842. OLE color: 16146842.

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

Color convert

RGB 154 97 246 -
CMYK 0.37 0.61 0 0.04
HSL 262.95º 0.89% 0.67% -
HSV(B) 262.95º 0.61% 0.96% -
XYZ 34.24 22.07 89.64 -
YUV 131.03 192.88 144.38 -
System Red Green Blue C M Y K H S L
Decimal 154 97 246 0.37 0.61 0 0.04 262.95 0.89 0.67
Hex 9A 61 F6 25 3D 0 4 107 59 43
Octal 232 141 366 45 75 0 4 407 131 103
Binary 10011010 1100001 11110110 100101 111101 0 100 100000111 1011001 1000011

Color Harmonies of #9A61F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A61F6

Black with #9A61F6

Text Example


Text Example

White with #9A61F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,97,246); }

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

background-color css

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

 a { background-color: rgb(154,97,246); }

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

border-color css

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

 span { border-color: rgb(154,97,246); }

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