Html Css Color HEX #9D66F3 Medium Purple

📋 copy color: '#9D66F3'

red 157 ◦ green 102 ◦ blue 243

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

Shades of Medium Purple #9D66F3

Tints of Medium Purple #9D66F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 48.41%

R = 31.27%
G = 20.32%
B = 48.41%

CMYK

 C value IS 0.35

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9D66F3 (or 0x9D66F3) is known color: Medium Purple. HEX triplet: 9D, 66 and F3. RGB value is (157,102,243). Sum of RGB (Red+Green+Blue) = 157+102+243=502 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.27% from 502); Green value is 102 (40.23% from 255 or 20.32% from 502); Blue value is 243 (95.31% from 255 or 48.41% from 502); Max value from RGB is 243 - color contains mainly: blue. Hex color #9D66F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D66F3 is #62990C. Grayscale: #868686. Windows color (decimal): -6461709 or 15951517. OLE color: 15951517.

HSL color Cylindrical-coordinate representation of color #9D66F3: hue angle of 263.4º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9D66F3 is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 157 102 243 -
CMYK 0.35 0.58 0 0.05
HSL 263.4º 0.85% 0.68% -
HSV(B) 263.4º 0.58% 0.95% -
XYZ 34.83 23.14 87.42 -
YUV 134.52 189.22 144.04 -
System Red Green Blue C M Y K H S L
Decimal 157 102 243 0.35 0.58 0 0.05 263.4 0.85 0.68
Hex 9D 66 F3 23 3A 0 5 107 55 44
Octal 235 146 363 43 72 0 5 407 125 104
Binary 10011101 1100110 11110011 100011 111010 0 101 100000111 1010101 1000100

Color Harmonies of #9D66F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D66F3

Black with #9D66F3

Text Example


Text Example

White with #9D66F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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