Html Css Color HEX #9A7AF2 Medium Purple

📋 copy color: '#9A7AF2'

red 154 ◦ green 122 ◦ blue 242

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

Shades of Medium Purple #9A7AF2

Tints of Medium Purple #9A7AF2

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.55%

 BLUE value IS 242 (94.92% from 255) = 46.72%

R = 29.73%
G = 23.55%
B = 46.72%

CMYK

 C value IS 0.36

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9A7AF2 (or 0x9A7AF2) is known color: Medium Purple. HEX triplet: 9A, 7A and F2. RGB value is (154,122,242). Sum of RGB (Red+Green+Blue) = 154+122+242=518 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.73% from 518); Green value is 122 (48.05% from 255 or 23.55% from 518); Blue value is 242 (94.92% from 255 or 46.72% from 518); Max value from RGB is 242 - color contains mainly: blue. Hex color #9A7AF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A7AF2 is #65850D. Grayscale: #909090. Windows color (decimal): -6653198 or 15891098. OLE color: 15891098.

HSL color Cylindrical-coordinate representation of color #9A7AF2: hue angle of 256º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9A7AF2 is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 154 122 242 -
CMYK 0.36 0.50 0 0.05
HSL 256º 0.82% 0.71% -
HSV(B) 256º 0.5% 0.95% -
XYZ 36.31 27.2 87.34 -
YUV 145.25 182.6 134.24 -
System Red Green Blue C M Y K H S L
Decimal 154 122 242 0.36 0.50 0 0.05 256 0.82 0.71
Hex 9A 7A F2 24 32 0 5 100 52 47
Octal 232 172 362 44 62 0 5 400 122 107
Binary 10011010 1111010 11110010 100100 110010 0 101 100000000 1010010 1000111

Color Harmonies of #9A7AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7AF2

Black with #9A7AF2

Text Example


Text Example

White with #9A7AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,122,242); }

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

background-color css

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

 a { background-color: rgb(154,122,242); }

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

border-color css

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

 span { border-color: rgb(154,122,242); }

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