Html Css Color HEX #9A8CED Medium Purple

📋 copy color: '#9A8CED'

red 154 ◦ green 140 ◦ blue 237

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

Shades of Medium Purple #9A8CED

Tints of Medium Purple #9A8CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.63%

R = 29%
G = 26.37%
B = 44.63%

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

#9A8CED (or 0x9A8CED) is known color: Medium Purple. HEX triplet: 9A, 8C and ED. RGB value is (154,140,237). Sum of RGB (Red+Green+Blue) = 154+140+237=531 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.00% from 531); Green value is 140 (55.08% from 255 or 26.37% from 531); Blue value is 237 (92.97% from 255 or 44.63% from 531); Max value from RGB is 237 - color contains mainly: blue. Hex color #9A8CED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A8CED is #657312. Grayscale: #9A9A9A. Windows color (decimal): -6648595 or 15568026. OLE color: 15568026.

HSL color Cylindrical-coordinate representation of color #9A8CED: hue angle of 248.66º degrees, saturation: 0.73, 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 #9A8CED is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 154 140 237 -
CMYK 0.35 0.41 0 0.07
HSL 248.66º 0.73% 0.74% -
HSV(B) 248.66º 0.41% 0.93% -
XYZ 37.99 31.74 84.25 -
YUV 155.24 174.14 127.11 -
System Red Green Blue C M Y K H S L
Decimal 154 140 237 0.35 0.41 0 0.07 248.66 0.73 0.74
Hex 9A 8C ED 23 29 0 7 F9 49 4A
Octal 232 214 355 43 51 0 7 371 111 112
Binary 10011010 10001100 11101101 100011 101001 0 111 11111001 1001001 1001010

Color Harmonies of #9A8CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8CED

Black with #9A8CED

Text Example


Text Example

White with #9A8CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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