Html Css Color HEX #9A6BDB Medium Purple

📋 copy color: '#9A6BDB'

red 154 ◦ green 107 ◦ blue 219

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

Shades of Medium Purple #9A6BDB

Tints of Medium Purple #9A6BDB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.29%

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

R = 32.08%
G = 22.29%
B = 45.63%

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

#9A6BDB (or 0x9A6BDB) is known color: Medium Purple. HEX triplet: 9A, 6B and DB. RGB value is (154,107,219). Sum of RGB (Red+Green+Blue) = 154+107+219=480 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.08% from 480); Green value is 107 (42.19% from 255 or 22.29% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #9A6BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A6BDB is #659424. Grayscale: #858585. Windows color (decimal): -6657061 or 14379930. OLE color: 14379930.

HSL color Cylindrical-coordinate representation of color #9A6BDB: hue angle of 265.18º 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 #9A6BDB is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 154 107 219 -
CMYK 0.30 0.51 0 0.14
HSL 265.18º 0.61% 0.64% -
HSV(B) 265.18º 0.51% 0.86% -
XYZ 31.37 22.5 69.71 -
YUV 133.82 176.07 142.39 -
System Red Green Blue C M Y K H S L
Decimal 154 107 219 0.30 0.51 0 0.14 265.18 0.61 0.64
Hex 9A 6B DB 1E 33 0 E 109 3D 40
Octal 232 153 333 36 63 0 16 411 75 100
Binary 10011010 1101011 11011011 11110 110011 0 1110 100001001 111101 1000000

Color Harmonies of #9A6BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6BDB

Black with #9A6BDB

Text Example


Text Example

White with #9A6BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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