Html Css Color HEX #9A6CDB Medium Purple

📋 copy color: '#9A6CDB'

red 154 ◦ green 108 ◦ blue 219

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

Shades of Medium Purple #9A6CDB

Tints of Medium Purple #9A6CDB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.45%

 BLUE value IS 219 (85.94% from 255) = 45.53%

R = 32.02%
G = 22.45%
B = 45.53%

CMYK

 C value IS 0.30

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9A6CDB (or 0x9A6CDB) is known color: Medium Purple. HEX triplet: 9A, 6C and DB. RGB value is (154,108,219). Sum of RGB (Red+Green+Blue) = 154+108+219=481 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.02% from 481); Green value is 108 (42.58% from 255 or 22.45% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #9A6CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A6CDB is #659324. Grayscale: #868686. Windows color (decimal): -6656805 or 14380186. OLE color: 14380186.

HSL color Cylindrical-coordinate representation of color #9A6CDB: hue angle of 264.86º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9A6CDB is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 154 108 219 -
CMYK 0.30 0.51 0 0.14
HSL 264.86º 0.61% 0.64% -
HSV(B) 264.86º 0.51% 0.86% -
XYZ 31.48 22.71 69.74 -
YUV 134.41 175.74 141.97 -
System Red Green Blue C M Y K H S L
Decimal 154 108 219 0.30 0.51 0 0.14 264.86 0.61 0.64
Hex 9A 6C DB 1E 33 0 E 109 3D 40
Octal 232 154 333 36 63 0 16 411 75 100
Binary 10011010 1101100 11011011 11110 110011 0 1110 100001001 111101 1000000

Color Harmonies of #9A6CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6CDB

Black with #9A6CDB

Text Example


Text Example

White with #9A6CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,108,219); }

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

background-color css

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

 a { background-color: rgb(154,108,219); }

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

border-color css

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

 span { border-color: rgb(154,108,219); }

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