Html Css Color HEX #9D6CDD Medium Purple

📋 copy color: '#9D6CDD'

red 157 ◦ green 108 ◦ blue 221

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

Shades of Medium Purple #9D6CDD

Tints of Medium Purple #9D6CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.47%

R = 32.3%
G = 22.22%
B = 45.47%

CMYK

 C value IS 0.29

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9D6CDD (or 0x9D6CDD) is known color: Medium Purple. HEX triplet: 9D, 6C and DD. RGB value is (157,108,221). Sum of RGB (Red+Green+Blue) = 157+108+221=486 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.30% from 486); Green value is 108 (42.58% from 255 or 22.22% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #9D6CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D6CDD is #629322. Grayscale: #878787. Windows color (decimal): -6460195 or 14511261. OLE color: 14511261.

HSL color Cylindrical-coordinate representation of color #9D6CDD: hue angle of 266.02º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9D6CDD is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 157 108 221 -
CMYK 0.29 0.51 0 0.13
HSL 266.02º 0.62% 0.65% -
HSV(B) 266.02º 0.51% 0.87% -
XYZ 32.32 23.11 71.16 -
YUV 135.53 176.23 143.31 -
System Red Green Blue C M Y K H S L
Decimal 157 108 221 0.29 0.51 0 0.13 266.02 0.62 0.65
Hex 9D 6C DD 1D 33 0 D 10A 3E 41
Octal 235 154 335 35 63 0 15 412 76 101
Binary 10011101 1101100 11011101 11101 110011 0 1101 100001010 111110 1000001

Color Harmonies of #9D6CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6CDD

Black with #9D6CDD

Text Example


Text Example

White with #9D6CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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