Html Css Color HEX #9A6DF3 Medium Purple

📋 copy color: '#9A6DF3'

red 154 ◦ green 109 ◦ blue 243

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

Shades of Medium Purple #9A6DF3

Tints of Medium Purple #9A6DF3

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.54%

 BLUE value IS 243 (95.31% from 255) = 48.02%

R = 30.43%
G = 21.54%
B = 48.02%

CMYK

 C value IS 0.37

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9A6DF3 (or 0x9A6DF3) is known color: Medium Purple. HEX triplet: 9A, 6D and F3. RGB value is (154,109,243). Sum of RGB (Red+Green+Blue) = 154+109+243=506 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.43% from 506); Green value is 109 (42.97% from 255 or 21.54% from 506); Blue value is 243 (95.31% from 255 or 48.02% from 506); Max value from RGB is 243 - color contains mainly: blue. Hex color #9A6DF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A6DF3 is #65920C. Grayscale: #898989. Windows color (decimal): -6656525 or 15953306. OLE color: 15953306.

HSL color Cylindrical-coordinate representation of color #9A6DF3: hue angle of 260.15º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9A6DF3 is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 154 109 243 -
CMYK 0.37 0.55 0 0.05
HSL 260.15º 0.85% 0.69% -
HSV(B) 260.15º 0.55% 0.95% -
XYZ 34.97 24.28 87.64 -
YUV 137.73 187.41 139.6 -
System Red Green Blue C M Y K H S L
Decimal 154 109 243 0.37 0.55 0 0.05 260.15 0.85 0.69
Hex 9A 6D F3 25 37 0 5 104 55 45
Octal 232 155 363 45 67 0 5 404 125 105
Binary 10011010 1101101 11110011 100101 110111 0 101 100000100 1010101 1000101

Color Harmonies of #9A6DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6DF3

Black with #9A6DF3

Text Example


Text Example

White with #9A6DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,109,243); }

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

background-color css

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

 a { background-color: rgb(154,109,243); }

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

border-color css

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

 span { border-color: rgb(154,109,243); }

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