Html Css Color HEX #9A71DA Medium Purple

📋 copy color: '#9A71DA'

red 154 ◦ green 113 ◦ blue 218

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

Shades of Medium Purple #9A71DA

Tints of Medium Purple #9A71DA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.3%

 BLUE value IS 218 (85.55% from 255) = 44.95%

R = 31.75%
G = 23.3%
B = 44.95%

CMYK

 C value IS 0.29

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9A71DA (or 0x9A71DA) is known color: Medium Purple. HEX triplet: 9A, 71 and DA. RGB value is (154,113,218). Sum of RGB (Red+Green+Blue) = 154+113+218=485 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.75% from 485); Green value is 113 (44.53% from 255 or 23.30% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #9A71DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A71DA is #658E25. Grayscale: #888888. Windows color (decimal): -6655526 or 14315930. OLE color: 14315930.

HSL color Cylindrical-coordinate representation of color #9A71DA: hue angle of 263.43º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9A71DA is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 154 113 218 -
CMYK 0.29 0.48 0 0.15
HSL 263.43º 0.59% 0.65% -
HSV(B) 263.43º 0.48% 0.85% -
XYZ 31.89 23.74 69.23 -
YUV 137.23 173.58 139.96 -
System Red Green Blue C M Y K H S L
Decimal 154 113 218 0.29 0.48 0 0.15 263.43 0.59 0.65
Hex 9A 71 DA 1D 30 0 F 107 3B 41
Octal 232 161 332 35 60 0 17 407 73 101
Binary 10011010 1110001 11011010 11101 110000 0 1111 100000111 111011 1000001

Color Harmonies of #9A71DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A71DA

Black with #9A71DA

Text Example


Text Example

White with #9A71DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,113,218); }

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

background-color css

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

 a { background-color: rgb(154,113,218); }

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

border-color css

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

 span { border-color: rgb(154,113,218); }

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