Html Css Color HEX #9A8BEC Medium Purple

📋 copy color: '#9A8BEC'

red 154 ◦ green 139 ◦ blue 236

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

Shades of Medium Purple #9A8BEC

Tints of Medium Purple #9A8BEC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.28%

 BLUE value IS 236 (92.58% from 255) = 44.61%

R = 29.11%
G = 26.28%
B = 44.61%

CMYK

 C value IS 0.35

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9A8BEC (or 0x9A8BEC) is known color: Medium Purple. HEX triplet: 9A, 8B and EC. RGB value is (154,139,236). Sum of RGB (Red+Green+Blue) = 154+139+236=529 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.11% from 529); Green value is 139 (54.69% from 255 or 26.28% from 529); Blue value is 236 (92.58% from 255 or 44.61% from 529); Max value from RGB is 236 - color contains mainly: blue. Hex color #9A8BEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A8BEC is #657413. Grayscale: #9A9A9A. Windows color (decimal): -6648852 or 15502234. OLE color: 15502234.

HSL color Cylindrical-coordinate representation of color #9A8BEC: hue angle of 249.28º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9A8BEC is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 154 139 236 -
CMYK 0.35 0.41 0 0.07
HSL 249.28º 0.72% 0.74% -
HSV(B) 249.28º 0.41% 0.93% -
XYZ 37.7 31.39 83.43 -
YUV 154.54 173.97 127.61 -
System Red Green Blue C M Y K H S L
Decimal 154 139 236 0.35 0.41 0 0.07 249.28 0.72 0.74
Hex 9A 8B EC 23 29 0 7 F9 48 4A
Octal 232 213 354 43 51 0 7 371 110 112
Binary 10011010 10001011 11101100 100011 101001 0 111 11111001 1001000 1001010

Color Harmonies of #9A8BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8BEC

Black with #9A8BEC

Text Example


Text Example

White with #9A8BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,139,236); }

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

background-color css

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

 a { background-color: rgb(154,139,236); }

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

border-color css

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

 span { border-color: rgb(154,139,236); }

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