Html Css Color HEX #9D68DD Medium Purple

📋 copy color: '#9D68DD'

red 157 ◦ green 104 ◦ blue 221

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

Shades of Medium Purple #9D68DD

Tints of Medium Purple #9D68DD

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.58%

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

R = 32.57%
G = 21.58%
B = 45.85%

CMYK

 C value IS 0.29

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9D68DD (or 0x9D68DD) is known color: Medium Purple. HEX triplet: 9D, 68 and DD. RGB value is (157,104,221). Sum of RGB (Red+Green+Blue) = 157+104+221=482 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.57% from 482); Green value is 104 (41.02% from 255 or 21.58% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #9D68DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D68DD is #629722. Grayscale: #848484. Windows color (decimal): -6461219 or 14510237. OLE color: 14510237.

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

Color convert

RGB 157 104 221 -
CMYK 0.29 0.53 0 0.13
HSL 267.18º 0.63% 0.64% -
HSV(B) 267.18º 0.53% 0.87% -
XYZ 31.91 22.29 71.03 -
YUV 133.19 177.56 144.99 -
System Red Green Blue C M Y K H S L
Decimal 157 104 221 0.29 0.53 0 0.13 267.18 0.63 0.64
Hex 9D 68 DD 1D 35 0 D 10B 3F 40
Octal 235 150 335 35 65 0 15 413 77 100
Binary 10011101 1101000 11011101 11101 110101 0 1101 100001011 111111 1000000

Color Harmonies of #9D68DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D68DD

Black with #9D68DD

Text Example


Text Example

White with #9D68DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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