Html Css Color HEX #9A8BEB Medium Purple

📋 copy color: '#9A8BEB'

red 154 ◦ green 139 ◦ blue 235

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

Shades of Medium Purple #9A8BEB

Tints of Medium Purple #9A8BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.51%

R = 29.17%
G = 26.33%
B = 44.51%

CMYK

 C value IS 0.34

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9A8BEB (or 0x9A8BEB) is known color: Medium Purple. HEX triplet: 9A, 8B and EB. RGB value is (154,139,235). Sum of RGB (Red+Green+Blue) = 154+139+235=528 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.17% from 528); Green value is 139 (54.69% from 255 or 26.33% from 528); Blue value is 235 (92.19% from 255 or 44.51% from 528); Max value from RGB is 235 - color contains mainly: blue. Hex color #9A8BEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A8BEB is #657414. Grayscale: #9A9A9A. Windows color (decimal): -6648853 or 15436698. OLE color: 15436698.

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

Color convert

RGB 154 139 235 -
CMYK 0.34 0.41 0 0.08
HSL 249.38º 0.71% 0.73% -
HSV(B) 249.38º 0.41% 0.92% -
XYZ 37.55 31.33 82.67 -
YUV 154.43 173.47 127.69 -
System Red Green Blue C M Y K H S L
Decimal 154 139 235 0.34 0.41 0 0.08 249.38 0.71 0.73
Hex 9A 8B EB 22 29 0 8 F9 47 49
Octal 232 213 353 42 51 0 10 371 107 111
Binary 10011010 10001011 11101011 100010 101001 0 1000 11111001 1000111 1001001

Color Harmonies of #9A8BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8BEB

Black with #9A8BEB

Text Example


Text Example

White with #9A8BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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