Html Css Color HEX #9A86EA Medium Purple

📋 copy color: '#9A86EA'

red 154 ◦ green 134 ◦ blue 234

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

Shades of Medium Purple #9A86EA

Tints of Medium Purple #9A86EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.83%

R = 29.5%
G = 25.67%
B = 44.83%

CMYK

 C value IS 0.34

 M value IS 0.43

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9A86EA (or 0x9A86EA) is known color: Medium Purple. HEX triplet: 9A, 86 and EA. RGB value is (154,134,234). Sum of RGB (Red+Green+Blue) = 154+134+234=522 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.50% from 522); Green value is 134 (52.73% from 255 or 25.67% from 522); Blue value is 234 (91.80% from 255 or 44.83% from 522); Max value from RGB is 234 - color contains mainly: blue. Hex color #9A86EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A86EA is #657915. Grayscale: #979797. Windows color (decimal): -6650134 or 15369882. OLE color: 15369882.

HSL color Cylindrical-coordinate representation of color #9A86EA: hue angle of 252º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9A86EA is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 154 134 234 -
CMYK 0.34 0.43 0 0.08
HSL 252º 0.7% 0.72% -
HSV(B) 252º 0.43% 0.92% -
XYZ 36.7 29.86 81.67 -
YUV 151.38 174.63 129.87 -
System Red Green Blue C M Y K H S L
Decimal 154 134 234 0.34 0.43 0 0.08 252 0.7 0.72
Hex 9A 86 EA 22 2B 0 8 FC 46 48
Octal 232 206 352 42 53 0 10 374 106 110
Binary 10011010 10000110 11101010 100010 101011 0 1000 11111100 1000110 1001000

Color Harmonies of #9A86EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A86EA

Black with #9A86EA

Text Example


Text Example

White with #9A86EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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