Html Css Color HEX #9D6CDB Medium Purple

📋 copy color: '#9D6CDB'

red 157 ◦ green 108 ◦ blue 219

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

Shades of Medium Purple #9D6CDB

Tints of Medium Purple #9D6CDB

RGB

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

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

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

R = 32.44%
G = 22.31%
B = 45.25%

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

#9D6CDB (or 0x9D6CDB) is known color: Medium Purple. HEX triplet: 9D, 6C and DB. RGB value is (157,108,219). Sum of RGB (Red+Green+Blue) = 157+108+219=484 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.44% from 484); Green value is 108 (42.58% from 255 or 22.31% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #9D6CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D6CDB is #629324. Grayscale: #868686. Windows color (decimal): -6460197 or 14380189. OLE color: 14380189.

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

Color convert

RGB 157 108 219 -
CMYK 0.28 0.51 0 0.14
HSL 266.49º 0.61% 0.64% -
HSV(B) 266.49º 0.51% 0.86% -
XYZ 32.05 23.01 69.77 -
YUV 135.31 175.23 143.47 -
System Red Green Blue C M Y K H S L
Decimal 157 108 219 0.28 0.51 0 0.14 266.49 0.61 0.64
Hex 9D 6C DB 1C 33 0 E 10A 3D 40
Octal 235 154 333 34 63 0 16 412 75 100
Binary 10011101 1101100 11011011 11100 110011 0 1110 100001010 111101 1000000

Color Harmonies of #9D6CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6CDB

Black with #9D6CDB

Text Example


Text Example

White with #9D6CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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