Html Css Color HEX #9A86DE Medium Purple

📋 copy color: '#9A86DE'

red 154 ◦ green 134 ◦ blue 222

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

Shades of Medium Purple #9A86DE

Tints of Medium Purple #9A86DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.53%

R = 30.2%
G = 26.27%
B = 43.53%

CMYK

 C value IS 0.31

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9A86DE (or 0x9A86DE) is known color: Medium Purple. HEX triplet: 9A, 86 and DE. RGB value is (154,134,222). Sum of RGB (Red+Green+Blue) = 154+134+222=510 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.20% from 510); Green value is 134 (52.73% from 255 or 26.27% from 510); Blue value is 222 (87.11% from 255 or 43.53% from 510); Max value from RGB is 222 - color contains mainly: blue. Hex color #9A86DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A86DE is #657921. Grayscale: #959595. Windows color (decimal): -6650146 or 14583450. OLE color: 14583450.

HSL color Cylindrical-coordinate representation of color #9A86DE: hue angle of 253.64º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9A86DE is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 134 222 -
CMYK 0.31 0.40 0 0.13
HSL 253.64º 0.57% 0.7% -
HSV(B) 253.64º 0.4% 0.87% -
XYZ 35.04 29.19 72.9 -
YUV 150.01 168.63 130.84 -
System Red Green Blue C M Y K H S L
Decimal 154 134 222 0.31 0.40 0 0.13 253.64 0.57 0.7
Hex 9A 86 DE 1F 28 0 D FE 39 46
Octal 232 206 336 37 50 0 15 376 71 106
Binary 10011010 10000110 11011110 11111 101000 0 1101 11111110 111001 1000110

Color Harmonies of #9A86DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A86DE

Black with #9A86DE

Text Example


Text Example

White with #9A86DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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