Html Css Color HEX #9D68DE Medium Purple

📋 copy color: '#9D68DE'

red 157 ◦ green 104 ◦ blue 222

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

Shades of Medium Purple #9D68DE

Tints of Medium Purple #9D68DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.96%

R = 32.51%
G = 21.53%
B = 45.96%

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

#9D68DE (or 0x9D68DE) is known color: Medium Purple. HEX triplet: 9D, 68 and DE. RGB value is (157,104,222). Sum of RGB (Red+Green+Blue) = 157+104+222=483 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.51% from 483); Green value is 104 (41.02% from 255 or 21.53% from 483); Blue value is 222 (87.11% from 255 or 45.96% from 483); Max value from RGB is 222 - color contains mainly: blue. Hex color #9D68DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D68DE is #629721. Grayscale: #848484. Windows color (decimal): -6461218 or 14575773. OLE color: 14575773.

HSL color Cylindrical-coordinate representation of color #9D68DE: hue angle of 266.95º degrees, saturation: 0.64, 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 #9D68DE is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 157 104 222 -
CMYK 0.29 0.53 0 0.13
HSL 266.95º 0.64% 0.64% -
HSV(B) 266.95º 0.53% 0.87% -
XYZ 32.04 22.34 71.73 -
YUV 133.3 178.06 144.91 -
System Red Green Blue C M Y K H S L
Decimal 157 104 222 0.29 0.53 0 0.13 266.95 0.64 0.64
Hex 9D 68 DE 1D 35 0 D 10B 40 40
Octal 235 150 336 35 65 0 15 413 100 100
Binary 10011101 1101000 11011110 11101 110101 0 1101 100001011 1000000 1000000

Color Harmonies of #9D68DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D68DE

Black with #9D68DE

Text Example


Text Example

White with #9D68DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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