Html Css Color HEX #9D6BDB Medium Purple

📋 copy color: '#9D6BDB'

red 157 ◦ green 107 ◦ blue 219

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

Shades of Medium Purple #9D6BDB

Tints of Medium Purple #9D6BDB

RGB

 RED value IS 157 (61.72% from 255) = 32.51%

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

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

R = 32.51%
G = 22.15%
B = 45.34%

CMYK

 C value IS 0.28

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9D6BDB (or 0x9D6BDB) is known color: Medium Purple. HEX triplet: 9D, 6B and DB. RGB value is (157,107,219). Sum of RGB (Red+Green+Blue) = 157+107+219=483 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.51% from 483); Green value is 107 (42.19% from 255 or 22.15% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #9D6BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D6BDB is #629424. Grayscale: #868686. Windows color (decimal): -6460453 or 14379933. OLE color: 14379933.

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

Color convert

RGB 157 107 219 -
CMYK 0.28 0.51 0 0.14
HSL 266.79º 0.61% 0.64% -
HSV(B) 266.79º 0.51% 0.86% -
XYZ 31.95 22.8 69.73 -
YUV 134.72 175.57 143.89 -
System Red Green Blue C M Y K H S L
Decimal 157 107 219 0.28 0.51 0 0.14 266.79 0.61 0.64
Hex 9D 6B DB 1C 33 0 E 10B 3D 40
Octal 235 153 333 34 63 0 16 413 75 100
Binary 10011101 1101011 11011011 11100 110011 0 1110 100001011 111101 1000000

Color Harmonies of #9D6BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6BDB

Black with #9D6BDB

Text Example


Text Example

White with #9D6BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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