Html Css Color HEX #9A8CEF Medium Purple

📋 copy color: '#9A8CEF'

red 154 ◦ green 140 ◦ blue 239

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

Shades of Medium Purple #9A8CEF

Tints of Medium Purple #9A8CEF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.27%

 BLUE value IS 239 (93.75% from 255) = 44.84%

R = 28.89%
G = 26.27%
B = 44.84%

CMYK

 C value IS 0.36

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9A8CEF (or 0x9A8CEF) is known color: Medium Purple. HEX triplet: 9A, 8C and EF. RGB value is (154,140,239). Sum of RGB (Red+Green+Blue) = 154+140+239=533 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.89% from 533); Green value is 140 (55.08% from 255 or 26.27% from 533); Blue value is 239 (93.75% from 255 or 44.84% from 533); Max value from RGB is 239 - color contains mainly: blue. Hex color #9A8CEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A8CEF is #657310. Grayscale: #9B9B9B. Windows color (decimal): -6648593 or 15699098. OLE color: 15699098.

HSL color Cylindrical-coordinate representation of color #9A8CEF: hue angle of 248.48º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9A8CEF is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 154 140 239 -
CMYK 0.36 0.41 0 0.06
HSL 248.48º 0.76% 0.74% -
HSV(B) 248.48º 0.41% 0.94% -
XYZ 38.28 31.86 85.79 -
YUV 155.47 175.14 126.95 -
System Red Green Blue C M Y K H S L
Decimal 154 140 239 0.36 0.41 0 0.06 248.48 0.76 0.74
Hex 9A 8C EF 24 29 0 6 F8 4C 4A
Octal 232 214 357 44 51 0 6 370 114 112
Binary 10011010 10001100 11101111 100100 101001 0 110 11111000 1001100 1001010

Color Harmonies of #9A8CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8CEF

Black with #9A8CEF

Text Example


Text Example

White with #9A8CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,140,239); }

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

background-color css

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

 a { background-color: rgb(154,140,239); }

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

border-color css

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

 span { border-color: rgb(154,140,239); }

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