Html Css Color HEX #9A86DD Medium Purple

📋 copy color: '#9A86DD'

red 154 ◦ green 134 ◦ blue 221

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

Shades of Medium Purple #9A86DD

Tints of Medium Purple #9A86DD

RGB

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

 GREEN value IS 134 (52.73% from 255) = 26.33%

 BLUE value IS 221 (86.72% from 255) = 43.42%

R = 30.26%
G = 26.33%
B = 43.42%

CMYK

 C value IS 0.30

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9A86DD (or 0x9A86DD) is known color: Medium Purple. HEX triplet: 9A, 86 and DD. RGB value is (154,134,221). Sum of RGB (Red+Green+Blue) = 154+134+221=509 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.26% from 509); Green value is 134 (52.73% from 255 or 26.33% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #9A86DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A86DD is #657922. Grayscale: #959595. Windows color (decimal): -6650147 or 14517914. OLE color: 14517914.

HSL color Cylindrical-coordinate representation of color #9A86DD: hue angle of 253.79º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9A86DD is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 134 221 -
CMYK 0.30 0.39 0 0.13
HSL 253.79º 0.56% 0.7% -
HSV(B) 253.79º 0.39% 0.87% -
XYZ 34.9 29.14 72.19 -
YUV 149.9 168.13 130.93 -
System Red Green Blue C M Y K H S L
Decimal 154 134 221 0.30 0.39 0 0.13 253.79 0.56 0.7
Hex 9A 86 DD 1E 27 0 D FE 38 46
Octal 232 206 335 36 47 0 15 376 70 106
Binary 10011010 10000110 11011101 11110 100111 0 1101 11111110 111000 1000110

Color Harmonies of #9A86DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A86DD

Black with #9A86DD

Text Example


Text Example

White with #9A86DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,134,221); }

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

background-color css

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

 a { background-color: rgb(154,134,221); }

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

border-color css

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

 span { border-color: rgb(154,134,221); }

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