Html Css Color HEX #9D66EF Medium Purple

📋 copy color: '#9D66EF'

red 157 ◦ green 102 ◦ blue 239

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

Shades of Medium Purple #9D66EF

Tints of Medium Purple #9D66EF

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.48%

 BLUE value IS 239 (93.75% from 255) = 47.99%

R = 31.53%
G = 20.48%
B = 47.99%

CMYK

 C value IS 0.34

 M value IS 0.57

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9D66EF (or 0x9D66EF) is known color: Medium Purple. HEX triplet: 9D, 66 and EF. RGB value is (157,102,239). Sum of RGB (Red+Green+Blue) = 157+102+239=498 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.53% from 498); Green value is 102 (40.23% from 255 or 20.48% from 498); Blue value is 239 (93.75% from 255 or 47.99% from 498); Max value from RGB is 239 - color contains mainly: blue. Hex color #9D66EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D66EF is #629910. Grayscale: #858585. Windows color (decimal): -6461713 or 15689373. OLE color: 15689373.

HSL color Cylindrical-coordinate representation of color #9D66EF: hue angle of 264.09º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9D66EF is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 157 102 239 -
CMYK 0.34 0.57 0 0.06
HSL 264.09º 0.81% 0.67% -
HSV(B) 264.09º 0.57% 0.94% -
XYZ 34.24 22.9 84.28 -
YUV 134.06 187.22 144.36 -
System Red Green Blue C M Y K H S L
Decimal 157 102 239 0.34 0.57 0 0.06 264.09 0.81 0.67
Hex 9D 66 EF 22 39 0 6 108 51 43
Octal 235 146 357 42 71 0 6 410 121 103
Binary 10011101 1100110 11101111 100010 111001 0 110 100001000 1010001 1000011

Color Harmonies of #9D66EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D66EF

Black with #9D66EF

Text Example


Text Example

White with #9D66EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,102,239); }

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

background-color css

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

 a { background-color: rgb(157,102,239); }

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

border-color css

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

 span { border-color: rgb(157,102,239); }

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